Searched refs:MAX_IMAGE_SIZE (Results 1 – 2 of 2) sorted by relevance
45 private static int MAX_IMAGE_SIZE = (1024 * 1024); field in SharedElementCallback194 float scale = Math.min(1f, ((float)MAX_IMAGE_SIZE) / (bitmapWidth * bitmapHeight)); in onCaptureSharedElementSnapshot()220 float scale = Math.min(1f, ((float)MAX_IMAGE_SIZE) / (width * height)); in createDrawableBitmap()
39 private static int MAX_IMAGE_SIZE = (1024 * 1024); field in TransitionUtils122 float scale = Math.min(1f, ((float)MAX_IMAGE_SIZE) / (width * height)); in createDrawableBitmap()160 float scale = Math.min(1f, ((float)MAX_IMAGE_SIZE) / (bitmapWidth * bitmapHeight)); in createViewBitmap()