Searched refs:MAX_IMAGE_SIZE (Results 1 – 3 of 3) sorted by relevance
40 private static int MAX_IMAGE_SIZE = (1024 * 1024); field in TransitionUtils123 float scale = Math.min(1f, ((float)MAX_IMAGE_SIZE) / (width * height)); in createDrawableBitmap()177 float scale = Math.min(1f, ((float) MAX_IMAGE_SIZE) / (bitmapWidth * bitmapHeight)); in createViewBitmap()
48 private const val MAX_IMAGE_SIZE = 512 // size of the test drawables in pixels constant466 MAX_IMAGE_SIZE in overrideMaxImageSizes()470 MAX_IMAGE_SIZE in overrideMaxImageSizes()
56731 Landroid/transition/TransitionUtils;->MAX_IMAGE_SIZE:I