Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/domain/interactor/
DFalsingInteractor.kt54 fun onMotionEventComplete() = collector.onMotionEventComplete() method in com.android.systemui.classifier.domain.interactor.FalsingInteractor
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DFalsingCollector.java74 void onMotionEventComplete(); in onMotionEventComplete() method
DFalsingCollectorFake.java85 public void onMotionEventComplete() { in onMotionEventComplete() method in FalsingCollectorFake
DFalsingCollectorNoOp.kt71 override fun onMotionEventComplete() { in onMotionEventComplete() method in com.android.systemui.classifier.FalsingCollectorNoOp
DFalsingCollectorImpl.java361 public void onMotionEventComplete() { in onMotionEventComplete() method in FalsingCollectorImpl
374 mFalsingDataProvider::onMotionEventComplete, GESTURE_PROCESSING_DELAY_MS); in onMotionEventComplete()
DFalsingDataProvider.java140 void onMotionEventComplete() { in onMotionEventComplete() method in FalsingDataProvider
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/ui/viewmodel/
DSceneContainerViewModel.kt115 fun onMotionEventComplete() { in <lambda>() method
116 falsingInteractor.onMotionEventComplete() in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/ui/view/
DSceneWindowRootView.kt70 viewModel.onMotionEventComplete() in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/
DFalsingDataProviderTest.java339 mDataProvider.onMotionEventComplete(); in test_GestureFinalizedListener()
342 mDataProvider.onMotionEventComplete(); in test_GestureFinalizedListener()
347 mDataProvider.onMotionEventComplete(); in test_GestureFinalizedListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
DWalletView.java353 mFalsingCollector.onMotionEventComplete(); in dispatchTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowViewController.java445 mFalsingCollector.onMotionEventComplete(); in setupExpandedStatusBar()