Home
last modified time | relevance | path

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

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
DBitmapTexture.java29 protected Bitmap mContentBitmap; field in BitmapTexture
38 mContentBitmap = bitmap; in BitmapTexture()
48 return mContentBitmap; in onGetBitmap()
52 return mContentBitmap; in getBitmap()