Searched refs:mMaskBitmap (Results 1 – 2 of 2) sorted by relevance
114 private Bitmap mMaskBitmap; field in AdaptiveIconDrawable335 if (mMaskBitmap == null || mMaskBitmap.getWidth() != b.width() || in updateMaskBoundsInternal()336 mMaskBitmap.getHeight() != b.height()) { in updateMaskBoundsInternal()337 mMaskBitmap = Bitmap.createBitmap(b.width(), b.height(), Bitmap.Config.ALPHA_8); in updateMaskBoundsInternal()341 mCanvas.setBitmap(mMaskBitmap); in updateMaskBoundsInternal()374 if (mMaskBitmap != null) { in draw()376 canvas.drawBitmap(mMaskBitmap, bounds.left, bounds.top, mPaint); in draw()
42 Bitmap mMaskBitmap; field in FindRegion63 mMaskBitmap = buildMask(mRoiBounds, mPointsXY); in FindRegion()