Home
last modified time | relevance | path

Searched refs:onTrackingStopped (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DFalsingCollector.java50 void onTrackingStopped(); in onTrackingStopped() method
H A DFalsingCollectorFake.java57 public void onTrackingStopped() { in onTrackingStopped() method in FalsingCollectorFake
H A DFalsingCollectorImpl.java217 public void onTrackingStopped() { in onTrackingStopped() method in FalsingCollectorImpl
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java1008 onTrackingStopped(false); in unlockAnimationStarted()
2242 onTrackingStopped(false); in stopWaitingForExpandGesture()
2710 onTrackingStopped(true /* expands */); in expand()
2809 private void onTrackingStopped(boolean expand) { in onTrackingStopped() method in NotificationPanelViewController
2810 mFalsingCollector.onTrackingStopped(); in onTrackingStopped()
3115 onTrackingStopped(true /* expanded */); in setTouchAndAnimationDisabled()
3782 onTrackingStopped(expand); in endMotionEvent()
3791 onTrackingStopped(true); in endMotionEvent()
5097 onTrackingStopped(true /* expand */);