Home
last modified time | relevance | path

Searched refs:EVENT_TOUCH_DOWN_TIS (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
H A DAddToHomeScreenPrompt.java52 LauncherInstrumentation.EVENT_TOUCH_DOWN_TIS); in addAutomatically()
H A DOverviewActions.java55 LauncherInstrumentation.EVENT_TOUCH_DOWN_TIS); in clickAndDismissScreenshot()
H A DLauncherInstrumentation.java111 static final Pattern EVENT_TOUCH_DOWN_TIS = getTouchEventPatternTIS("ACTION_DOWN"); field in LauncherInstrumentation
872 expectEvent(TestProtocol.SEQUENCE_TIS, EVENT_TOUCH_DOWN_TIS); in pressHome()
916 expectEvent(TestProtocol.SEQUENCE_TIS, EVENT_TOUCH_DOWN_TIS); in pressBack()
1287 expectEvent(TestProtocol.SEQUENCE_TIS, LauncherInstrumentation.EVENT_TOUCH_DOWN_TIS); in clickLauncherObject()
1458 expectEvent(TestProtocol.SEQUENCE_TIS, EVENT_TOUCH_DOWN_TIS); in sendPointer()