Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinator.kt606 mStackScrollerController.notifyHideAnimationStart(!awake) in notifyAnimationStart()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java1092 public void notifyHideAnimationStart(boolean hide) { in notifyHideAnimationStart() method in NotificationStackScrollLayoutController
1093 mView.notifyHideAnimationStart(hide); in notifyHideAnimationStart()
DNotificationStackScrollLayout.java4543 void notifyHideAnimationStart(boolean hide) { in notifyHideAnimationStart() method