Searched refs:mLayersBitmap (Results 1 – 2 of 2) sorted by relevance
135 private Bitmap mLayersBitmap; field in AdaptiveIconDrawable372 if (mLayersBitmap == null || mLayersBitmap.getWidth() != b.width() in updateMaskBoundsInternal()373 || mLayersBitmap.getHeight() != b.height()) { in updateMaskBoundsInternal()374 mLayersBitmap = Bitmap.createBitmap(b.width(), b.height(), Bitmap.Config.ARGB_8888); in updateMaskBoundsInternal()384 if (mLayersBitmap == null) { in draw()388 mCanvas.setBitmap(mLayersBitmap); in draw()396 mLayersShader = new BitmapShader(mLayersBitmap, TileMode.CLAMP, TileMode.CLAMP); in draw()
16487 Landroid/graphics/drawable/AdaptiveIconDrawable;->mLayersBitmap:Landroid/graphics/Bitmap;