Searched refs:ensureGLCompatibleBitmap (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DDecodeUtils.java65 return ensureGLCompatibleBitmap(
87 return ensureGLCompatibleBitmap(
159 return ensureGLCompatibleBitmap(result);
185 return ensureGLCompatibleBitmap(
192 public static Bitmap ensureGLCompatibleBitmap(Bitmap bitmap) { method in class:DecodeUtils
/packages/apps/Gallery2/src/com/android/photos/
H A DBitmapRegionTileSource.java207 return ensureGLCompatibleBitmap(result);
210 private static Bitmap ensureGLCompatibleBitmap(Bitmap bitmap) { method in class:BitmapRegionTileSource
/packages/apps/Mms/src/com/android/mms/util/
H A DThumbnailManager.java388 return ensureGLCompatibleBitmap(
428 private Bitmap ensureGLCompatibleBitmap(Bitmap bitmap) { method in class:ThumbnailManager.ThumbnailTask
488 result = ensureGLCompatibleBitmap(result);
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/
H A DBitmapRegionTileSource.java514 return ensureGLCompatibleBitmap(result);
517 private static Bitmap ensureGLCompatibleBitmap(Bitmap bitmap) { method in class:BitmapRegionTileSource
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DTileImageView.java676 mDecodedTile = DecodeUtils.ensureGLCompatibleBitmap(mModel.getTile(

Completed in 281 milliseconds