Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java475 private final Path mRoundedClipPath = new Path(); field in NotificationStackScrollLayout
5475 mRoundedClipPath.reset(); in setRoundedClippingBounds()
5476 mRoundedClipPath.addRoundRect(left, top, right, bottom, mBgCornerRadii, Path.Direction.CW); in setRoundedClippingBounds()
5593 canvas.clipPath(mRoundedClipPath);
5612 clipPath = mRoundedClipPath;