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