Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java481 private final Path mLaunchedNotificationClipPath = new Path(); field in NotificationStackScrollLayout
5520 mLaunchedNotificationClipPath.reset(); in setLaunchingNotification()
5568 mLaunchedNotificationClipPath.reset();
5569 mLaunchedNotificationClipPath.addRoundRect(left, top, right, bottom,
5578 mLaunchedNotificationClipPath.offset(
5581 expandingRow.setExpandingClipPath(mLaunchedNotificationClipPath);