Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java503 private final Path mRoundedClipPath = new Path(); field in NotificationStackScrollLayout
831 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;