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

/packages/apps/Gallery/src/com/android/camera/gallery/
H A DIImage.java32 static final int UNCONSTRAINED = -1; field in interface:IImage
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DBitmapUtils.java36 public static final int UNCONSTRAINED = -1; field in class:BitmapUtils
49 * Both size and minSideLength can be passed in as UNCONSTRAINED,
52 * generates a smaller bitmap, unless minSideLength = UNCONSTRAINED.
71 if (maxNumOfPixels == UNCONSTRAINED
72 && minSideLength == UNCONSTRAINED) return 1;
74 int lowerBound = (maxNumOfPixels == UNCONSTRAINED) ? 1 :
77 if (minSideLength == UNCONSTRAINED) {
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/common/
H A DBitmapUtils.java36 public static final int UNCONSTRAINED = -1; field in class:BitmapUtils
49 * Both size and minSideLength can be passed in as UNCONSTRAINED,
52 * generates a smaller bitmap, unless minSideLength = UNCONSTRAINED.
71 if (maxNumOfPixels == UNCONSTRAINED
72 && minSideLength == UNCONSTRAINED) return 1;
74 int lowerBound = (maxNumOfPixels == UNCONSTRAINED) ? 1 :
77 if (minSideLength == UNCONSTRAINED) {

Completed in 275 milliseconds