Searched refs:mCachedBitmap (Results 1 – 1 of 1) sorted by relevance
768 Bitmap mCachedBitmap; field in VectorDrawableCompat.VectorDrawableCompatState802 canvas.drawBitmap(mCachedBitmap, null, originalBounds, p); in drawCachedBitmapWithRootAlpha()827 mCachedBitmap.eraseColor(Color.TRANSPARENT); in updateCachedBitmap()828 Canvas tmpCanvas = new Canvas(mCachedBitmap); in updateCachedBitmap()833 if (mCachedBitmap == null || !canReuseBitmap(width, height)) { in createCachedBitmapIfNeeded()834 mCachedBitmap = Bitmap.createBitmap(width, height, in createCachedBitmapIfNeeded()842 if (width == mCachedBitmap.getWidth() in canReuseBitmap()843 && height == mCachedBitmap.getHeight()) { in canReuseBitmap()