OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDownsampledBitmap
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Camera2/src/com/android/camera/crop/
CropActivity.java
440
ret =
getDownsampledBitmap
(ret, MAX_BMAP_IN_INTENT);
626
protected static Bitmap
getDownsampledBitmap
(Bitmap image, int max_size) {
628
throw new IllegalArgumentException("Bad argument to
getDownsampledBitmap
()");
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropActivity.java
443
ret =
getDownsampledBitmap
(ret, MAX_BMAP_IN_INTENT);
629
protected static Bitmap
getDownsampledBitmap
(Bitmap image, int max_size) {
631
throw new IllegalArgumentException("Bad argument to
getDownsampledBitmap
()");
Completed in 25 milliseconds