Searched refs:mContentBitmap (Results 1 – 2 of 2) sorted by relevance
466 private Bitmap mContentBitmap; field in PhoneUi.AnimScreen501 if (mContentBitmap == null in set()502 || mContentBitmap.getWidth() != web.getWidth() in set()503 || mContentBitmap.getHeight() != h) { in set()504 mContentBitmap = safeCreateBitmap(web.getWidth(), h); in set()506 if (mContentBitmap != null) { in set()507 Canvas c = new Canvas(mContentBitmap); in set()514 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()