Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java1194 public void onPanelTrackingStarted() { in onPanelTrackingStarted() method in NotificationStackScrollLayoutController
1195 mView.onPanelTrackingStarted(); in onPanelTrackingStarted()
H A DNotificationStackScrollLayout.java4101 void onPanelTrackingStarted() { in onPanelTrackingStarted() method
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutTest.java608 mStackScroller.onPanelTrackingStarted(); in testPanelTrackingStartResetsExposedMenu()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java2805 mNotificationStackScrollLayoutController.onPanelTrackingStarted(); in onTrackingStarted()