Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java1151 public void onPanelTrackingStopped() { in onPanelTrackingStopped() method in NotificationStackScrollLayoutController
1152 mView.onPanelTrackingStopped(); in onPanelTrackingStopped()
H A DNotificationStackScrollLayout.java3969 void onPanelTrackingStopped() { in onPanelTrackingStopped() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java3139 mNotificationStackScrollLayoutController.onPanelTrackingStopped(); in onTrackingStopped()