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.java167 public void onTrackingStopped(PanelView panel, boolean expand) { in onTrackingStopped() method in PhoneStatusBarView
168 super.onTrackingStopped(panel, expand); in onTrackingStopped()
169 mBar.onTrackingStopped(expand); in onTrackingStopped()
DPanelView.java396 onTrackingStopped(expand); in endMotionEvent()
403 onTrackingStopped(expands); in endMotionEvent()
422 protected void onTrackingStopped(boolean expand) { in onTrackingStopped() method in PanelView
424 mBar.onTrackingStopped(PanelView.this, expand); in onTrackingStopped()
868 onTrackingStopped(true /* expands */); // The panel is expanded after this call. in instantExpand()
DPanelBar.java241 public void onTrackingStopped(PanelView panel, boolean expand) { in onTrackingStopped() method in PanelBar
DNotificationPanelView.java1855 protected void onTrackingStopped(boolean expand) { in onTrackingStopped() method in NotificationPanelView
1856 super.onTrackingStopped(expand); in onTrackingStopped()
DPhoneStatusBar.java3711 public void onTrackingStopped(boolean expand) { in onTrackingStopped() method in PhoneStatusBar