Searched refs:mRoundedClipPath (Results 1 – 1 of 1) sorted by relevance
475 private final Path mRoundedClipPath = new Path(); field in NotificationStackScrollLayout5475 mRoundedClipPath.reset(); in setRoundedClippingBounds()5476 mRoundedClipPath.addRoundRect(left, top, right, bottom, mBgCornerRadii, Path.Direction.CW); in setRoundedClippingBounds()5593 canvas.clipPath(mRoundedClipPath);5612 clipPath = mRoundedClipPath;