/frameworks/base/core/tests/coretests/src/android/view/ |
D | MotionEventTest.java | 65 0, 0, 0, 0, 0, 0, InputDevice.SOURCE_TOUCHSCREEN, displayId, 0); in testObtainWithDisplayId() 70 0 /* deviceId */, 0 /* edgeFlags */, InputDevice.SOURCE_TOUCHSCREEN, displayId); in testObtainWithDisplayId() 85 0, 0, 0, 0, 0, 0, InputDevice.SOURCE_TOUCHSCREEN, displayId, 0); in testObtainWithDisplayId() 93 event.setSource(InputDevice.SOURCE_TOUCHSCREEN); in testCalculatesCursorPositionForTouchscreenEvents()
|
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
D | InteractionController.java | 309 event.setSource(InputDevice.SOURCE_TOUCHSCREEN); 320 event.setSource(InputDevice.SOURCE_TOUCHSCREEN); 332 event.setSource(InputDevice.SOURCE_TOUCHSCREEN); 712 properties, pointerCoords, 0, 0, 1, 1, 0, 0, InputDevice.SOURCE_TOUCHSCREEN, 0); 718 pointerCoords, 0, 0, 1, 1, 0, 0, InputDevice.SOURCE_TOUCHSCREEN, 0); 735 0, 0, InputDevice.SOURCE_TOUCHSCREEN, 0); 749 pointerCoords, 0, 0, 1, 1, 0, 0, InputDevice.SOURCE_TOUCHSCREEN, 0); 756 properties, pointerCoords, 0, 0, 1, 1, 0, 0, InputDevice.SOURCE_TOUCHSCREEN, 0);
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | AccessibilityInputFilterTest.java | 217 send(downEvent(DEFAULT_DISPLAY, InputDevice.SOURCE_TOUCHSCREEN)); in testInputEvent_shouldDispatchToCorrespondingEventHandlers() 218 send(downEvent(SECOND_DISPLAY, InputDevice.SOURCE_TOUCHSCREEN)); in testInputEvent_shouldDispatchToCorrespondingEventHandlers() 234 send(downEvent(DEFAULT_DISPLAY, InputDevice.SOURCE_TOUCHSCREEN)); in testInputEvent_shouldClearEventsForAllEventHandlers() 235 send(downEvent(DEFAULT_DISPLAY, InputDevice.SOURCE_TOUCHSCREEN)); in testInputEvent_shouldClearEventsForAllEventHandlers()
|
D | FullScreenMagnificationGestureHandlerTest.java | 689 event.setSource(InputDevice.SOURCE_TOUCHSCREEN); 699 ev.setSource(InputDevice.SOURCE_TOUCHSCREEN); 768 /* source */ InputDevice.SOURCE_TOUCHSCREEN,
|
D | MotionEventInjectorTest.java | 101 private static final int MOTION_EVENT_SOURCE = InputDevice.SOURCE_TOUCHSCREEN; 155 mClickDownEvent.setSource(InputDevice.SOURCE_TOUCHSCREEN); in setUp() 158 mClickUpEvent.setSource(InputDevice.SOURCE_TOUCHSCREEN); in setUp() 878 && (InputDevice.SOURCE_TOUCHSCREEN == event.getSource());
|
/frameworks/base/cmds/input/src/com/android/commands/input/ |
D | Input.java | 54 put("touchscreen", InputDevice.SOURCE_TOUCHSCREEN); 216 inputSource = getSource(inputSource, InputDevice.SOURCE_TOUCHSCREEN); in run() 240 inputSource = getSource(inputSource, InputDevice.SOURCE_TOUCHSCREEN); in run() 284 inputSource = getSource(inputSource, InputDevice.SOURCE_TOUCHSCREEN); in run() 314 inputSource = getSource(inputSource, InputDevice.SOURCE_TOUCHSCREEN); in run()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/gestures/ |
D | TouchExplorerTest.java | 146 mTouchExplorer.clearEvents(InputDevice.SOURCE_TOUCHSCREEN); in clearEventsWhenInTwoFingerMove_clearsStateAndSendsUp() 192 ev.setSource(InputDevice.SOURCE_TOUCHSCREEN); in fromTouchscreen() 370 /* source */ InputDevice.SOURCE_TOUCHSCREEN, in manyPointerEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
D | MediaScrollView.kt | 127 event.source = InputDevice.SOURCE_TOUCHSCREEN in cancelCurrentScroll()
|
/frameworks/base/core/java/android/view/ |
D | InputDevice.java | 193 public static final int SOURCE_TOUCHSCREEN = 0x00001000 | SOURCE_CLASS_POINTER; field in InputDevice 1032 appendSourceDescriptionIfApplicable(description, SOURCE_TOUCHSCREEN, "touchscreen"); in toString()
|
D | ViewGroup.java | 2315 event.setSource(InputDevice.SOURCE_TOUCHSCREEN); in exitHoverTargets() 2337 event.setSource(InputDevice.SOURCE_TOUCHSCREEN); in cancelHoverTarget() 2440 event.setSource(InputDevice.SOURCE_TOUCHSCREEN); in exitTooltipHoverTargets() 2924 event.setSource(InputDevice.SOURCE_TOUCHSCREEN); in cancelAndClearTouchTargets() 3007 event.setSource(InputDevice.SOURCE_TOUCHSCREEN); in cancelTouchTarget()
|
D | AccessibilityInteractionController.java | 774 event.setSource(InputDevice.SOURCE_TOUCHSCREEN); in notifyOutsideTouchUiThread()
|
D | View.java | 15749 if (event.getSource() == InputDevice.SOURCE_TOUCHSCREEN) {
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/volume/ |
D | VolumeDialogImplTest.java | 138 event.setSource(InputDevice.SOURCE_TOUCHSCREEN); in testComputeTimeout_withHovering()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | FullScreenMagnificationGestureHandler.java | 19 import static android.view.InputDevice.SOURCE_TOUCHSCREEN; 229 || !event.isFromSource(SOURCE_TOUCHSCREEN)) { in onMotionEventInternal() 248 if (inputSource == SOURCE_TOUCHSCREEN) { in clearEvents()
|
D | MotionEventInjector.java | 60 private static final int EVENT_SOURCE = InputDevice.SOURCE_TOUCHSCREEN;
|
D | AccessibilityInputFilter.java | 255 if (event.isFromSource(InputDevice.SOURCE_TOUCHSCREEN)) { in getEventStreamState()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/ |
D | TouchExplorer.java | 175 if (inputSource == InputDevice.SOURCE_TOUCHSCREEN) { in clearEvents() 224 if (!event.isFromSource(InputDevice.SOURCE_TOUCHSCREEN)) { in onMotionEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
D | FalsingManagerImpl.java | 534 mIsTouchScreen = event.isFromSource(InputDevice.SOURCE_TOUCHSCREEN); in onTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationShadeWindowViewController.java | 414 event.setSource(InputDevice.SOURCE_TOUCHSCREEN); in cancelCurrentTouch()
|
/frameworks/base/core/java/android/widget/ |
D | Editor.java | 5289 ev.isFromSource(InputDevice.SOURCE_TOUCHSCREEN)); in onTouchEvent() 5294 filterOnTouchUp(ev.isFromSource(InputDevice.SOURCE_TOUCHSCREEN)); in onTouchEvent() 6594 event.isFromSource(InputDevice.SOURCE_TOUCHSCREEN)); in updateCharacterBasedSelection() 6653 event.isFromSource(InputDevice.SOURCE_TOUCHSCREEN)); in updateWordBasedSelection() 6665 event.isFromSource(InputDevice.SOURCE_TOUCHSCREEN)); in updateParagraphBasedSelection()
|
/frameworks/base/core/java/android/app/ |
D | Instrumentation.java | 1114 event.setSource(InputDevice.SOURCE_TOUCHSCREEN); in sendPointerSync()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayContent.java | 1974 if ((sources & InputDevice.SOURCE_TOUCHSCREEN) == InputDevice.SOURCE_TOUCHSCREEN) { in computeScreenConfiguration()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 32291 field public static final int SOURCE_TOUCHSCREEN = 4098; // 0x1002
|
/frameworks/base/api/ |
D | current.txt | 52504 field public static final int SOURCE_TOUCHSCREEN = 4098; // 0x1002
|