Searched refs:onTrackingStopped (Results 1 – 7 of 7) sorted by relevance
171 public void onTrackingStopped(boolean expand) { in onTrackingStopped() method in PhoneStatusBarView172 super.onTrackingStopped(expand); in onTrackingStopped()173 mBar.onTrackingStopped(expand); in onTrackingStopped()
226 onTrackingStopped(true /* expanded */); in setTouchDisabled()251 onTrackingStopped(true /* expand */); in onTouchEvent()456 onTrackingStopped(expand); in endMotionEvent()472 onTrackingStopped(expands); in endMotionEvent()499 protected void onTrackingStopped(boolean expand) { in onTrackingStopped() method in PanelView501 mBar.onTrackingStopped(expand); in onTrackingStopped()979 onTrackingStopped(true /* expands */); // The panel is expanded after this call. in expand()
189 public void onTrackingStopped(boolean expand) { in onTrackingStopped() method in PanelBar
1763 protected void onTrackingStopped(boolean expand) { in onTrackingStopped() method in NotificationPanelView1764 mFalsingManager.onTrackingStopped(); in onTrackingStopped()1765 super.onTrackingStopped(expand); in onTrackingStopped()
4612 public void onTrackingStopped(boolean expand) { in onTrackingStopped() method
354 public void onTrackingStopped() { in onTrackingStopped() method in FalsingManager355 mDataCollector.onTrackingStopped(); in onTrackingStopped()
321 public void onTrackingStopped() { in onTrackingStopped() method in DataCollector