Searched refs:mLayersBitmap (Results 1 – 1 of 1) sorted by relevance
129 private Bitmap mLayersBitmap; field in AdaptiveIconDrawable338 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()