Searched refs:mRoundedClipPath (Results 1 – 1 of 1) sorted by relevance
503 private final Path mRoundedClipPath = new Path(); field in NotificationStackScrollLayout831 canvas.drawPath(mRoundedClipPath, mDebugPaint); in onDrawDebug()5730 mRoundedClipPath.reset(); in setScrimClippingShape()5745 mRoundedClipPath.addRoundRect( in setScrimClippingShape()5790 mRoundedClipPath.reset(); in updateRoundedClipPath()5791 mRoundedClipPath.addRoundRect( in updateRoundedClipPath()5924 canvas.clipPath(mRoundedClipPath);5943 clipPath = mRoundedClipPath;