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.java130 private Bitmap mLayersBitmap; field in AdaptiveIconDrawable
344 if (mLayersBitmap == null || mLayersBitmap.getWidth() != b.width() in updateMaskBoundsInternal()
345 || mLayersBitmap.getHeight() != b.height()) { in updateMaskBoundsInternal()
346 mLayersBitmap = Bitmap.createBitmap(b.width(), b.height(), Bitmap.Config.ARGB_8888); in updateMaskBoundsInternal()
356 if (mLayersBitmap == null) { in draw()
360 mCanvas.setBitmap(mLayersBitmap); in draw()
371 mLayersShader = new BitmapShader(mLayersBitmap, TileMode.CLAMP, TileMode.CLAMP); in draw()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt19365 Landroid/graphics/drawable/AdaptiveIconDrawable;->mLayersBitmap:Landroid/graphics/Bitmap;