Searched refs:mRectPath (Results 1 – 1 of 1) sorted by relevance
57 private final Path mRectPath = new Path(); field in BackgroundBlurDrawable107 if (mRectPath.isEmpty() || !isVisible() || getAlpha() == 0) { in draw()111 canvas.drawPath(mRectPath, mPaint); in draw()194 mRectPath.reset(); in updatePath()199 mRectPath.addRoundRect(bounds.left, bounds.top, bounds.right, bounds.bottom, mTmpRadii, in updatePath()