HomeSort by relevance Sort by last modified time
    Searched refs:ensureGLCompatibleBitmap (Results 1 - 6 of 6) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DecodeUtils.java 65 return ensureGLCompatibleBitmap(
87 return ensureGLCompatibleBitmap(
159 return ensureGLCompatibleBitmap(result);
185 return ensureGLCompatibleBitmap(
192 public static Bitmap ensureGLCompatibleBitmap(Bitmap bitmap) {
  /packages/apps/Gallery2/src/com/android/photos/
BitmapRegionTileSource.java 207 return ensureGLCompatibleBitmap(result);
210 private static Bitmap ensureGLCompatibleBitmap(Bitmap bitmap) {
  /packages/apps/Mms/src/com/android/mms/util/
ThumbnailManager.java 388 return ensureGLCompatibleBitmap(
428 private Bitmap ensureGLCompatibleBitmap(Bitmap bitmap) {
488 result = ensureGLCompatibleBitmap(result);
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/
BitmapRegionTileSource.java 514 return ensureGLCompatibleBitmap(result);
517 private static Bitmap ensureGLCompatibleBitmap(Bitmap bitmap) {
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/
BitmapRegionTileSource.java 514 return ensureGLCompatibleBitmap(result);
517 private static Bitmap ensureGLCompatibleBitmap(Bitmap bitmap) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageView.java 676 mDecodedTile = DecodeUtils.ensureGLCompatibleBitmap(mModel.getTile(

Completed in 1057 milliseconds