Searched defs:MAX_BMAP_IN_INTENT (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/crop/
H A DCropActivity.java83 public static final int MAX_BMAP_IN_INTENT = 750000; field in class:CropActivity
440 ret = getDownsampledBitmap(ret, MAX_BMAP_IN_INTENT);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DCropActivity.java86 public static final int MAX_BMAP_IN_INTENT = 750000; field in class:CropActivity
443 ret = getDownsampledBitmap(ret, MAX_BMAP_IN_INTENT);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWallpaperCropActivity.java70 public static final int MAX_BMAP_IN_INTENT = 750000; field in class:WallpaperCropActivity

Completed in 2594 milliseconds