Home
last modified time | relevance | path

Searched refs:mRectPath (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/graphics/drawable/
DBackgroundBlurDrawable.java57 private final Path mRectPath = new Path(); field in BackgroundBlurDrawable
107 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()