Home
last modified time | relevance | path

Searched refs:mContentBitmap (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/
H A DBitmapTexture.java29 protected Bitmap mContentBitmap; field in BitmapTexture
34 mContentBitmap = bitmap; in BitmapTexture()
44 return mContentBitmap; in onGetBitmap()
48 return mContentBitmap; in getBitmap()
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DBitmapTexture.java29 protected Bitmap mContentBitmap; field in BitmapTexture
38 mContentBitmap = bitmap; in BitmapTexture()
48 return mContentBitmap; in onGetBitmap()
52 return mContentBitmap; in getBitmap()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DBitmapTexture.java29 protected Bitmap mContentBitmap; field in BitmapTexture
38 mContentBitmap = bitmap; in BitmapTexture()
48 return mContentBitmap; in onGetBitmap()
52 return mContentBitmap; in getBitmap()