Searched refs:toolType (Results 1 – 9 of 9) sorted by relevance
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/ |
D | GestureBot.java | 60 int toolType = Configurator.getInstance().getToolType(); in gestureSelectFiles() local 80 Configurator.getInstance().setToolType(toolType); in gestureSelectFiles() 92 int toolType = Configurator.getInstance().getToolType(); in bandSelection() local 95 Configurator.getInstance().setToolType(toolType); in bandSelection() 99 int toolType = Configurator.getInstance().getToolType(); in fingerSelection() local 102 Configurator.getInstance().setToolType(toolType); in fingerSelection() 173 properties.toolType = Configurator.getInstance().getToolType(); in getMotionEvent()
|
D | DirectoryListBot.java | 186 int toolType = Configurator.getInstance().getToolType(); in openDocument() local 190 Configurator.getInstance().setToolType(toolType); in openDocument() 387 int action, int buttonState, int toolType, int source, int x, int y) { in getTestMotionEvent() argument 393 pp[0].toolType = toolType; in getTestMotionEvent()
|
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/ |
D | IntegratedDownloadsUiTest.java | 65 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/ |
D | DocumentHolderTest.java | 75 properties[0].toolType = tooltype; in createEvent()
|
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/ |
D | LauncherInstrumentation.java | 1912 properties[0].toolType = MotionEvent.TOOL_TYPE_MOUSE; in getPointerMotionEvent() 1954 float x, float y, int source, int toolType) { in getMotionEvent() argument 1956 new MotionEvent.PointerProperties[]{getPointerProperties(0, toolType)}, in getMotionEvent() 1965 private static MotionEvent.PointerProperties getPointerProperties(int pointerId, int toolType) { in getPointerProperties() argument 1968 properties.toolType = toolType; in getPointerProperties() 2026 GestureScope gestureScope, int source, boolean isRightClick, int toolType) { in sendPointer() argument 2061 : getMotionEvent(downTime, currentTime, action, point.x, point.y, source, toolType); in sendPointer()
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | InputHalService.java | 476 pointerProperties[i].toolType = convertToolType(toolTypes[i]); 677 private int convertToolType(int toolType) { 678 switch (toolType) {
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/ |
D | TouchEventGenerator.java | 251 property.toolType = MotionEvent.TOOL_TYPE_FINGER; in getFingerState()
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
D | TestEvents.java | 246 pointers[0].toolType = mState.mToolType; in build()
|
/packages/services/Car/service/src/com/android/car/ |
D | CarShellCommand.java | 2015 int toolType = getToolType(source); 2019 pointerProperties[i].toolType = toolType;
|