Searched refs:MAX_BMAP_IN_INTENT (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DCropActivity.java84 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/
H A DFilterShowActivity.java95 public static final int MAX_BMAP_IN_INTENT = 990000; field in class:FilterShowActivity
1011 if (bmapSize > MAX_BMAP_IN_INTENT) {

Completed in 1007 milliseconds