Searched refs:mLayersBitmap (Results 1 – 2 of 2) sorted by relevance
129 private Bitmap mLayersBitmap; field in AdaptiveIconDrawable342 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()
19374 Landroid/graphics/drawable/AdaptiveIconDrawable;->mLayersBitmap:Landroid/graphics/Bitmap;