Searched refs:onTrackingStopped (Results 1 – 5 of 5) sorted by relevance
167 public void onTrackingStopped(PanelView panel, boolean expand) { in onTrackingStopped() method in PhoneStatusBarView168 super.onTrackingStopped(panel, expand); in onTrackingStopped()169 mBar.onTrackingStopped(expand); in onTrackingStopped()
396 onTrackingStopped(expand); in endMotionEvent()403 onTrackingStopped(expands); in endMotionEvent()422 protected void onTrackingStopped(boolean expand) { in onTrackingStopped() method in PanelView424 mBar.onTrackingStopped(PanelView.this, expand); in onTrackingStopped()868 onTrackingStopped(true /* expands */); // The panel is expanded after this call. in instantExpand()
241 public void onTrackingStopped(PanelView panel, boolean expand) { in onTrackingStopped() method in PanelBar
1855 protected void onTrackingStopped(boolean expand) { in onTrackingStopped() method in NotificationPanelView1856 super.onTrackingStopped(expand); in onTrackingStopped()
3711 public void onTrackingStopped(boolean expand) { in onTrackingStopped() method in PhoneStatusBar