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

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DBitmapTexture.java29 protected Bitmap mContentBitmap; field in class:BitmapTexture
38 mContentBitmap = bitmap;
48 return mContentBitmap;
52 return mContentBitmap;
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
H A DBitmapTexture.java29 protected Bitmap mContentBitmap; field in class:BitmapTexture
38 mContentBitmap = bitmap;
48 return mContentBitmap;
52 return mContentBitmap;
/packages/apps/Browser/src/com/android/browser/
H A DPhoneUi.java463 private Bitmap mContentBitmap; field in class:PhoneUi.AnimScreen
498 if (mContentBitmap == null
499 || mContentBitmap.getWidth() != web.getWidth()
500 || mContentBitmap.getHeight() != h) {
501 mContentBitmap = safeCreateBitmap(web.getWidth(), h);
503 if (mContentBitmap != null) {
504 Canvas c = new Canvas(mContentBitmap);
511 mContent.setImageBitmap(mContentBitmap);

Completed in 92 milliseconds