OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resizeBitmapByScale
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
BitmapTileProvider.java
44
bitmap = BitmapUtils.
resizeBitmapByScale
(bitmap, 0.5f, false);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
BitmapUtils.java
115
public static Bitmap
resizeBitmapByScale
(
145
return
resizeBitmapByScale
(bitmap, scale, recycle);
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BitmapUtils.java
115
public static Bitmap
resizeBitmapByScale
(
145
return
resizeBitmapByScale
(bitmap, scale, recycle);
/packages/apps/Gallery2/src/com/android/photos/
BitmapRegionTileSource.java
205
result = BitmapUtils.
resizeBitmapByScale
(result, scale, true);
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DecodeUtils.java
157
if (scale <= 0.5) result = BitmapUtils.
resizeBitmapByScale
(result, scale, true);
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
BitmapRegionTileSource.java
512
result = BitmapUtils.
resizeBitmapByScale
(result, scale, true);
Completed in 1460 milliseconds