Home
last modified time | relevance | path

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

/packages/apps/Browser/src/com/android/browser/
DPhoneUi.java463 private Bitmap mContentBitmap; field in PhoneUi.AnimScreen
498 if (mContentBitmap == null in set()
499 || mContentBitmap.getWidth() != web.getWidth() in set()
500 || mContentBitmap.getHeight() != h) { in set()
501 mContentBitmap = safeCreateBitmap(web.getWidth(), h); in set()
503 if (mContentBitmap != null) { in set()
504 Canvas c = new Canvas(mContentBitmap); in set()
511 mContent.setImageBitmap(mContentBitmap); in set()
/packages/apps/Launcher3/WallpaperPicker/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()
/packages/apps/Gallery2/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()