OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resizeDownBySideLength
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/data/
ActionImage.java
68
bitmap = BitmapUtils.
resizeDownBySideLength
(bitmap, targetSize, true);
ImageCacheRequest.java
90
bitmap = BitmapUtils.
resizeDownBySideLength
(bitmap, mTargetSize, true);
UriImage.java
206
bitmap = BitmapUtils.
resizeDownBySideLength
(bitmap, targetSize, true);
/packages/apps/Mms/src/com/android/mms/util/
ThumbnailManager.java
349
bitmap =
resizeDownBySideLength
(bitmap, THUMBNAIL_TARGET_SIZE, true);
392
private Bitmap
resizeDownBySideLength
(
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
BitmapUtils.java
139
public static Bitmap
resizeDownBySideLength
(
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BitmapUtils.java
139
public static Bitmap
resizeDownBySideLength
(
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/common/
BitmapUtils.java
139
public static Bitmap
resizeDownBySideLength
(
Completed in 331 milliseconds