Home
last modified time | relevance | path

Searched refs:onMotionEventComplete (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DFalsingCollector.java122 void onMotionEventComplete(); in onMotionEventComplete() method
H A DFalsingCollectorFake.java142 public void onMotionEventComplete() { in onMotionEventComplete() method in FalsingCollectorFake
H A DFalsingCollectorImpl.java336 public void onMotionEventComplete() { in onMotionEventComplete() method in FalsingCollectorImpl
348 mFalsingDataProvider::onMotionEventComplete, GESTURE_PROCESSING_DELAY_MS); in onMotionEventComplete()
H A DFalsingDataProvider.java128 void onMotionEventComplete() { in onMotionEventComplete() method in FalsingDataProvider
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/
H A DFalsingDataProviderTest.java322 mDataProvider.onMotionEventComplete(); in test_GestureFinalizedListener()
325 mDataProvider.onMotionEventComplete(); in test_GestureFinalizedListener()
330 mDataProvider.onMotionEventComplete(); in test_GestureFinalizedListener()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletView.java352 mFalsingCollector.onMotionEventComplete(); in dispatchTouchEvent()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationShadeWindowViewController.java390 mFalsingCollector.onMotionEventComplete(); in setupExpandedStatusBar()