Home
last modified time | relevance | path

Searched refs:SOURCE_TOUCHSCREEN (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DInteractionController.java311 event.setSource(InputDevice.SOURCE_TOUCHSCREEN);
322 event.setSource(InputDevice.SOURCE_TOUCHSCREEN);
334 event.setSource(InputDevice.SOURCE_TOUCHSCREEN);
714 properties, pointerCoords, 0, 0, 1, 1, 0, 0, InputDevice.SOURCE_TOUCHSCREEN, 0);
720 pointerCoords, 0, 0, 1, 1, 0, 0, InputDevice.SOURCE_TOUCHSCREEN, 0);
737 0, 0, InputDevice.SOURCE_TOUCHSCREEN, 0);
751 pointerCoords, 0, 0, 1, 1, 0, 0, InputDevice.SOURCE_TOUCHSCREEN, 0);
758 properties, pointerCoords, 0, 0, 1, 1, 0, 0, InputDevice.SOURCE_TOUCHSCREEN, 0);
/frameworks/support/v4/java/android/support/v4/view/
DInputDeviceCompat.java133 public static final int SOURCE_TOUCHSCREEN = 0x00001000 | SOURCE_CLASS_POINTER; field in InputDeviceCompat
/frameworks/base/cmds/input/src/com/android/commands/input/
DInput.java43 put("touchscreen", InputDevice.SOURCE_TOUCHSCREEN);
103 inputSource = getSource(inputSource, InputDevice.SOURCE_TOUCHSCREEN); in run()
110 inputSource = getSource(inputSource, InputDevice.SOURCE_TOUCHSCREEN); in run()
/frameworks/base/core/java/android/view/
DInputDevice.java172 public static final int SOURCE_TOUCHSCREEN = 0x00001000 | SOURCE_CLASS_POINTER; field in InputDevice
944 appendSourceDescriptionIfApplicable(description, SOURCE_TOUCHSCREEN, "touchscreen"); in toString()
DViewGroup.java1884 event.setSource(InputDevice.SOURCE_TOUCHSCREEN); in exitHoverTargets()
1906 event.setSource(InputDevice.SOURCE_TOUCHSCREEN); in cancelHoverTarget()
2367 event.setSource(InputDevice.SOURCE_TOUCHSCREEN); in cancelAndClearTouchTargets()
2449 event.setSource(InputDevice.SOURCE_TOUCHSCREEN); in cancelTouchTarget()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityInputFilter.java149 && event.isFromSource(InputDevice.SOURCE_TOUCHSCREEN)) { in onInputEvent()
/frameworks/base/core/java/android/app/
DInstrumentation.java941 event.setSource(InputDevice.SOURCE_TOUCHSCREEN); in sendPointerSync()
/frameworks/base/services/core/java/com/android/server/policy/
DGlobalActions.java1208 event.setSource(InputDevice.SOURCE_TOUCHSCREEN);
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java7405 if ((sources & InputDevice.SOURCE_TOUCHSCREEN) == in computeScreenConfigurationLocked()
7406 InputDevice.SOURCE_TOUCHSCREEN) { in computeScreenConfigurationLocked()
/frameworks/support/v4/api/
D22.1.0.txt1852 field public static final int SOURCE_TOUCHSCREEN = 4098; // 0x1002
D22.2.1.txt1911 field public static final int SOURCE_TOUCHSCREEN = 4098; // 0x1002
D22.2.0.txt1910 field public static final int SOURCE_TOUCHSCREEN = 4098; // 0x1002
D23.txt2102 field public static final int SOURCE_TOUCHSCREEN = 4098; // 0x1002
Dcurrent.txt2108 field public static final int SOURCE_TOUCHSCREEN = 4098; // 0x1002
/frameworks/base/api/
Dcurrent.txt34848 field public static final int SOURCE_TOUCHSCREEN = 4098; // 0x1002
Dsystem-current.txt37140 field public static final int SOURCE_TOUCHSCREEN = 4098; // 0x1002