Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java517 private final Path mLaunchedNotificationClipPath = new Path(); field in NotificationStackScrollLayout
5715 mLaunchedNotificationClipPath.reset(); in setLaunchingNotification()
5769 mLaunchedNotificationClipPath.reset();
5770 mLaunchedNotificationClipPath.addRoundRect(left, top, right, bottom,
5779 mLaunchedNotificationClipPath.offset(
5782 expandingRow.setExpandingClipPath(mLaunchedNotificationClipPath);