Home
last modified time | relevance | path

Searched refs:toolType (Results 1 – 7 of 7) sorted by relevance

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DGestureBot.java59 int toolType = Configurator.getInstance().getToolType(); in gestureSelectFiles() local
79 Configurator.getInstance().setToolType(toolType); in gestureSelectFiles()
91 int toolType = Configurator.getInstance().getToolType(); in bandSelection() local
94 Configurator.getInstance().setToolType(toolType); in bandSelection()
98 int toolType = Configurator.getInstance().getToolType(); in fingerSelection() local
101 Configurator.getInstance().setToolType(toolType); in fingerSelection()
172 properties.toolType = Configurator.getInstance().getToolType(); in getMotionEvent()
DDirectoryListBot.java183 int toolType = Configurator.getInstance().getToolType(); in openDocument() local
187 Configurator.getInstance().setToolType(toolType); in openDocument()
373 int action, int buttonState, int toolType, int source, int x, int y) { in getTestMotionEvent() argument
379 pp[0].toolType = toolType; in getTestMotionEvent()
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DIntegratedDownloadsUiTest.java65 int toolType = Configurator.getInstance().getToolType(); in testDownload_RetryUnsuccessful() local
68 Configurator.getInstance().setToolType(toolType); in testDownload_RetryUnsuccessful()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/
DDocumentHolderTest.java73 properties[0].toolType = tooltype; in createEvent()
/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/
DTouchEventGenerator.java251 property.toolType = MotionEvent.TOOL_TYPE_FINGER; in getFingerState()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestEvents.java246 pointers[0].toolType = mState.mToolType; in build()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java904 properties.toolType = Configurator.getInstance().getToolType(); in getMotionEvent()