Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java104 static final Pattern EVENT_TOUCH_DOWN_TIS = getTouchEventPatternTIS("ACTION_DOWN"); field in LauncherInstrumentation
705 expectEvent(TestProtocol.SEQUENCE_TIS, EVENT_TOUCH_DOWN_TIS); in pressHome()
1018 expectEvent(TestProtocol.SEQUENCE_TIS, LauncherInstrumentation.EVENT_TOUCH_DOWN_TIS); in clickLauncherObject()
1166 expectEvent(TestProtocol.SEQUENCE_TIS, EVENT_TOUCH_DOWN_TIS); in sendPointer()
DAddToHomeScreenPrompt.java52 LauncherInstrumentation.EVENT_TOUCH_DOWN_TIS); in addAutomatically()