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

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DecodeUtils.java 55 return ensureGLCompatibleBitmap(
62 return ensureGLCompatibleBitmap(
75 return ensureGLCompatibleBitmap(
111 return ensureGLCompatibleBitmap(result);
135 return ensureGLCompatibleBitmap(
143 return ensureGLCompatibleBitmap(BitmapFactory.decodeFileDescriptor
150 public static Bitmap ensureGLCompatibleBitmap(Bitmap bitmap) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageView.java 607 mDecodedTile = DecodeUtils.ensureGLCompatibleBitmap(mModel.getTile(

Completed in 103 milliseconds