Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java511 private final Path mRoundedClipPath = new Path(); field in NotificationStackScrollLayout
5669 mRoundedClipPath.reset(); in setRoundedClippingBounds()
5670 mRoundedClipPath.addRoundRect(left, top, right, bottom, mBgCornerRadii, Path.Direction.CW); in setRoundedClippingBounds()
5794 canvas.clipPath(mRoundedClipPath);
5813 clipPath = mRoundedClipPath;