Searched refs:onTrackingStopped (Results 1 – 7 of 7) sorted by relevance
245 public void onTrackingStopped(boolean expand) { in onTrackingStopped() method in PhoneStatusBarView246 super.onTrackingStopped(expand); in onTrackingStopped()247 mBar.onTrackingStopped(expand); in onTrackingStopped()
239 onTrackingStopped(true /* expanded */); in setTouchDisabled()265 onTrackingStopped(true /* expand */); in onTouchEvent()486 onTrackingStopped(expand); in endMotionEvent()503 onTrackingStopped(expands); in endMotionEvent()530 protected void onTrackingStopped(boolean expand) { in onTrackingStopped() method in PanelView532 mBar.onTrackingStopped(expand); in onTrackingStopped()1013 onTrackingStopped(true /* expands */); // The panel is expanded after this call. in expand()
198 public void onTrackingStopped(boolean expand) { in onTrackingStopped() method in PanelBar
1889 protected void onTrackingStopped(boolean expand) { in onTrackingStopped() method in NotificationPanelView1890 mFalsingManager.onTrackingStopped(); in onTrackingStopped()1891 super.onTrackingStopped(expand); in onTrackingStopped()
4119 public void onTrackingStopped(boolean expand) { in onTrackingStopped() method
376 public void onTrackingStopped() { in onTrackingStopped() method in FalsingManager377 mDataCollector.onTrackingStopped(); in onTrackingStopped()
321 public void onTrackingStopped() { in onTrackingStopped() method in DataCollector