Searched defs:onTrackingStopped (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelBar.java232 public void onTrackingStopped(PanelView panel, boolean expand) { method in class:PanelBar
H A DPhoneStatusBarView.java155 public void onTrackingStopped(PanelView panel, boolean expand) { method in class:PhoneStatusBarView
156 super.onTrackingStopped(panel, expand);
157 mBar.onTrackingStopped(expand);
H A DPanelView.java338 onTrackingStopped(expand);
349 onTrackingStopped(expands);
369 protected void onTrackingStopped(boolean expand) { method in class:PanelView
371 mBar.onTrackingStopped(PanelView.this, expand);
752 onTrackingStopped(true /* expands */); // The panel is expanded after this call.
H A DNotificationPanelView.java1469 protected void onTrackingStopped(boolean expand) { method in class:NotificationPanelView
1470 super.onTrackingStopped(expand);
H A DPhoneStatusBar.java3799 public void onTrackingStopped(boolean expand) { method in class:PhoneStatusBar

Completed in 132 milliseconds