Home
last modified time | relevance | path

Searched defs:toolType (Results 1 – 4 of 4) sorted by relevance

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DGestureBot.java60 int toolType = Configurator.getInstance().getToolType(); in gestureSelectFiles() local
92 int toolType = Configurator.getInstance().getToolType(); in bandSelection() local
99 int toolType = Configurator.getInstance().getToolType(); in fingerSelection() local
DDirectoryListBot.java186 int toolType = Configurator.getInstance().getToolType(); in openDocument() local
387 int action, int buttonState, int toolType, int source, int x, int y) { in getTestMotionEvent()
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DIntegratedDownloadsUiTest.java65 int toolType = Configurator.getInstance().getToolType(); in testDownload_RetryUnsuccessful() local
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java1954 float x, float y, int source, int toolType) { in getMotionEvent()
1965 private static MotionEvent.PointerProperties getPointerProperties(int pointerId, int toolType) { in getPointerProperties()
2026 GestureScope gestureScope, int source, boolean isRightClick, int toolType) { in sendPointer()