Searched refs:mContentBitmap (Results 1 – 3 of 3) sorted by relevance
463 private Bitmap mContentBitmap; field in PhoneUi.AnimScreen498 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()
29 protected Bitmap mContentBitmap; field in BitmapTexture38 mContentBitmap = bitmap; in BitmapTexture()48 return mContentBitmap; in onGetBitmap()52 return mContentBitmap; in getBitmap()