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