Searched refs:SOURCE_TOUCHSCREEN (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/java/com/android/server/accessibility/
H A DAccessibilityInputFilter.java98 if (event.getSource() == InputDevice.SOURCE_TOUCHSCREEN) {
/frameworks/base/core/java/android/view/
H A DInputDevice.java70 * Examples: {@link #SOURCE_TOUCHSCREEN}, {@link #SOURCE_MOUSE}.
146 public static final int SOURCE_TOUCHSCREEN = 0x00001000 | SOURCE_CLASS_POINTER; field in class:InputDevice
173 * associated with a display (unlike {@link #SOURCE_TOUCHSCREEN}).
601 appendSourceDescriptionIfApplicable(description, SOURCE_TOUCHSCREEN, "touchscreen");
H A DViewGroup.java1810 event.setSource(InputDevice.SOURCE_TOUCHSCREEN);
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java6319 newEvent.setSource(InputDevice.SOURCE_TOUCHSCREEN);

Completed in 130 milliseconds