Searched refs:mRoundedClipPath (Results 1 – 1 of 1) sorted by relevance
511 private final Path mRoundedClipPath = new Path(); field in NotificationStackScrollLayout5669 mRoundedClipPath.reset(); in setRoundedClippingBounds()5670 mRoundedClipPath.addRoundRect(left, top, right, bottom, mBgCornerRadii, Path.Direction.CW); in setRoundedClippingBounds()5794 canvas.clipPath(mRoundedClipPath);5813 clipPath = mRoundedClipPath;