Searched refs:mLayersBitmap (Results 1 – 1 of 1) sorted by relevance
128 private Bitmap mLayersBitmap; field in AdaptiveIconDrawable334 mLayersBitmap = Bitmap.createBitmap(b.width(), b.height(), Bitmap.Config.ARGB_8888); in updateMaskBoundsInternal()352 if (mLayersBitmap == null) { in draw()356 mCanvas.setBitmap(mLayersBitmap); in draw()367 mLayersShader = new BitmapShader(mLayersBitmap, TileMode.CLAMP, TileMode.CLAMP); in draw()