Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DMotionEventTest.java65 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/
DInteractionController.java309 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/
DAccessibilityInputFilterTest.java217 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()
DFullScreenMagnificationGestureHandlerTest.java689 event.setSource(InputDevice.SOURCE_TOUCHSCREEN);
699 ev.setSource(InputDevice.SOURCE_TOUCHSCREEN);
768 /* source */ InputDevice.SOURCE_TOUCHSCREEN,
DMotionEventInjectorTest.java101 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/
DInput.java54 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/
DTouchExplorerTest.java146 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/
DMediaScrollView.kt127 event.source = InputDevice.SOURCE_TOUCHSCREEN in cancelCurrentScroll()
/frameworks/base/core/java/android/view/
DInputDevice.java193 public static final int SOURCE_TOUCHSCREEN = 0x00001000 | SOURCE_CLASS_POINTER; field in InputDevice
1032 appendSourceDescriptionIfApplicable(description, SOURCE_TOUCHSCREEN, "touchscreen"); in toString()
DViewGroup.java2315 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()
DAccessibilityInteractionController.java774 event.setSource(InputDevice.SOURCE_TOUCHSCREEN); in notifyOutsideTouchUiThread()
DView.java15749 if (event.getSource() == InputDevice.SOURCE_TOUCHSCREEN) {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/volume/
DVolumeDialogImplTest.java138 event.setSource(InputDevice.SOURCE_TOUCHSCREEN); in testComputeTimeout_withHovering()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DFullScreenMagnificationGestureHandler.java19 import static android.view.InputDevice.SOURCE_TOUCHSCREEN;
229 || !event.isFromSource(SOURCE_TOUCHSCREEN)) { in onMotionEventInternal()
248 if (inputSource == SOURCE_TOUCHSCREEN) { in clearEvents()
DMotionEventInjector.java60 private static final int EVENT_SOURCE = InputDevice.SOURCE_TOUCHSCREEN;
DAccessibilityInputFilter.java255 if (event.isFromSource(InputDevice.SOURCE_TOUCHSCREEN)) { in getEventStreamState()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
DTouchExplorer.java175 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/
DFalsingManagerImpl.java534 mIsTouchScreen = event.isFromSource(InputDevice.SOURCE_TOUCHSCREEN); in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationShadeWindowViewController.java414 event.setSource(InputDevice.SOURCE_TOUCHSCREEN); in cancelCurrentTouch()
/frameworks/base/core/java/android/widget/
DEditor.java5289 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/
DInstrumentation.java1114 event.setSource(InputDevice.SOURCE_TOUCHSCREEN); in sendPointerSync()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java1974 if ((sources & InputDevice.SOURCE_TOUCHSCREEN) == InputDevice.SOURCE_TOUCHSCREEN) { in computeScreenConfiguration()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt32291 field public static final int SOURCE_TOUCHSCREEN = 4098; // 0x1002
/frameworks/base/api/
Dcurrent.txt52504 field public static final int SOURCE_TOUCHSCREEN = 4098; // 0x1002