Searched refs:mContentBitmap (Results 1 – 2 of 2) sorted by relevance
29 protected Bitmap mContentBitmap; field in BitmapTexture38 mContentBitmap = bitmap; in BitmapTexture()48 return mContentBitmap; in onGetBitmap()52 return mContentBitmap; in getBitmap()
447 private Bitmap mContentBitmap; field in PhoneUi.AnimScreen482 if (mContentBitmap == null in set()483 || mContentBitmap.getWidth() != web.getWidth() in set()484 || mContentBitmap.getHeight() != h) { in set()485 mContentBitmap = safeCreateBitmap(web.getWidth(), h); in set()487 if (mContentBitmap != null) { in set()488 Canvas c = new Canvas(mContentBitmap); in set()495 mContent.setImageBitmap(mContentBitmap); in set()