Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
H A DBackground.java167 LauncherInstrumentation.EVENT_TOUCH_UP); in goToOverviewUnchecked()
318 LauncherInstrumentation.EVENT_TOUCH_UP); in quickSwitch()
328 LauncherInstrumentation.EVENT_TOUCH_UP); in quickSwitch()
H A DLauncherInstrumentation.java106 static final Pattern EVENT_TOUCH_UP = getTouchEventPattern("ACTION_UP"); field in LauncherInstrumentation
877 expectEvent(TestProtocol.SEQUENCE_MAIN, EVENT_TOUCH_UP); in pressHome()
914 expectEvent(TestProtocol.SEQUENCE_MAIN, EVENT_TOUCH_UP); in pressBack()
1285 expectEvent(TestProtocol.SEQUENCE_MAIN, LauncherInstrumentation.EVENT_TOUCH_UP); in clickLauncherObject()
1473 ? EVENT_TOUCH_UP : EVENT_TOUCH_CANCEL); in sendPointer()