Home
last modified time | relevance | path

Searched refs:onTrackingStopped (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarView.java160 public void onTrackingStopped(PanelView panel, boolean expand) { in onTrackingStopped() method in PhoneStatusBarView
161 super.onTrackingStopped(panel, expand); in onTrackingStopped()
162 mBar.onTrackingStopped(expand); in onTrackingStopped()
DPanelView.java339 onTrackingStopped(expand); in onTouchEvent()
359 onTrackingStopped(expands); in onTouchEvent()
379 protected void onTrackingStopped(boolean expand) { in onTrackingStopped() method in PanelView
381 mBar.onTrackingStopped(PanelView.this, expand); in onTrackingStopped()
777 onTrackingStopped(true /* expands */); // The panel is expanded after this call. in instantExpand()
DPanelBar.java232 public void onTrackingStopped(PanelView panel, boolean expand) { in onTrackingStopped() method in PanelBar
DNotificationPanelView.java1613 protected void onTrackingStopped(boolean expand) { in onTrackingStopped() method in NotificationPanelView
1614 super.onTrackingStopped(expand); in onTrackingStopped()
DPhoneStatusBar.java3952 public void onTrackingStopped(boolean expand) {