Searched refs:onTrackingStopped (Results 1 – 5 of 5) sorted by relevance
160 public void onTrackingStopped(PanelView panel, boolean expand) { in onTrackingStopped() method in PhoneStatusBarView161 super.onTrackingStopped(panel, expand); in onTrackingStopped()162 mBar.onTrackingStopped(expand); in onTrackingStopped()
339 onTrackingStopped(expand); in onTouchEvent()359 onTrackingStopped(expands); in onTouchEvent()379 protected void onTrackingStopped(boolean expand) { in onTrackingStopped() method in PanelView381 mBar.onTrackingStopped(PanelView.this, expand); in onTrackingStopped()777 onTrackingStopped(true /* expands */); // The panel is expanded after this call. in instantExpand()
232 public void onTrackingStopped(PanelView panel, boolean expand) { in onTrackingStopped() method in PanelBar
1613 protected void onTrackingStopped(boolean expand) { in onTrackingStopped() method in NotificationPanelView1614 super.onTrackingStopped(expand); in onTrackingStopped()
3952 public void onTrackingStopped(boolean expand) {