Home
last modified time | relevance | path

Searched refs:mDownMotionEvent (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerTest.java1050 mTouchHandler.onTouch(mock(View.class), mDownMotionEvent); in onEmptySpaceClicked_notDozingAndOnKeyguard_requestsFaceAuth() local
1067 mTouchHandler.onTouch(mock(View.class), mDownMotionEvent); in onEmptySpaceClicked_notDozingAndFaceDetectionIsNotRunning_startsUnlockAnimation() local
1082 mTouchHandler.onTouch(mock(View.class), mDownMotionEvent); in onEmptySpaceClicked_notDozingAndFaceDetectionIsRunning_doesNotStartUnlockHint() local
1096 mTouchHandler.onTouch(mock(View.class), mDownMotionEvent); in onEmptySpaceClicked_whenDozingAndOnKeyguard_doesNotRequestFaceAuth() local
H A DNotificationPanelViewControllerBaseTest.java310 @Mock protected MotionEvent mDownMotionEvent; field in NotificationPanelViewControllerBaseTest
574 when(mDownMotionEvent.getAction()).thenReturn(MotionEvent.ACTION_DOWN); in setup()