Home
last modified time | relevance | path

Searched refs:mLayersBitmap (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DAdaptiveIconDrawable.java129 private Bitmap mLayersBitmap; field in AdaptiveIconDrawable
342 if (mLayersBitmap == null || mLayersBitmap.getWidth() != b.width() in updateMaskBoundsInternal()
343 || mLayersBitmap.getHeight() != b.height()) { in updateMaskBoundsInternal()
344 mLayersBitmap = Bitmap.createBitmap(b.width(), b.height(), Bitmap.Config.ARGB_8888); in updateMaskBoundsInternal()
354 if (mLayersBitmap == null) { in draw()
358 mCanvas.setBitmap(mLayersBitmap); in draw()
369 mLayersShader = new BitmapShader(mLayersBitmap, TileMode.CLAMP, TileMode.CLAMP); in draw()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt19374 Landroid/graphics/drawable/AdaptiveIconDrawable;->mLayersBitmap:Landroid/graphics/Bitmap;