Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationWakeUpCoordinator.kt385 mStackScrollerController.notifyHideAnimationStart(!awake)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java955 public void notifyHideAnimationStart(boolean hide) { in notifyHideAnimationStart() method in NotificationStackScrollLayoutController
956 mView.notifyHideAnimationStart(hide); in notifyHideAnimationStart()
H A DNotificationStackScrollLayout.java4386 void notifyHideAnimationStart(boolean hide) { in notifyHideAnimationStart() method