HomeSort by relevance Sort by last modified time
    Searched refs:onTrackingStopped (Results 1 - 5 of 5) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarView.java 155 public void onTrackingStopped(PanelView panel, boolean expand) {
156 super.onTrackingStopped(panel, expand);
157 mBar.onTrackingStopped(expand);
PanelView.java 338 onTrackingStopped(expand);
349 onTrackingStopped(expands);
369 protected void onTrackingStopped(boolean expand) {
371 mBar.onTrackingStopped(PanelView.this, expand);
752 onTrackingStopped(true /* expands */); // The panel is expanded after this call.
    [all...]
PanelBar.java 232 public void onTrackingStopped(PanelView panel, boolean expand) {
NotificationPanelView.java     [all...]
PhoneStatusBar.java     [all...]

Completed in 50 milliseconds