Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationWakeUpCoordinator.kt553 mStackScrollerController.notifyHideAnimationStart(!awake)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java985 public void notifyHideAnimationStart(boolean hide) { in notifyHideAnimationStart() method in NotificationStackScrollLayoutController
986 mView.notifyHideAnimationStart(hide); in notifyHideAnimationStart()
H A DNotificationStackScrollLayout.java4491 void notifyHideAnimationStart(boolean hide) { in notifyHideAnimationStart() method