HomeSort by relevance Sort by last modified time
    Searched defs:ensureGLCompatibleBitmap (Results 1 - 5 of 5) 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) {
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/
BitmapRegionTileSource.java 513 return ensureGLCompatibleBitmap(result);
516 private static Bitmap ensureGLCompatibleBitmap(Bitmap bitmap) {
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/
BitmapRegionTileSource.java 517 return ensureGLCompatibleBitmap(result);
520 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);

Completed in 225 milliseconds