Home
last modified time | relevance | path

Searched refs:inputSource (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DInputShellCommand.java191 return inputSource == InputDevice.SOURCE_UNKNOWN ? defaultSource : inputSource; in getSource()
195 switch(inputSource) { in getToolType()
290 inputSource = getSource(inputSource, InputDevice.SOURCE_KEYBOARD); in runText()
355 inputSource); in sendKeyEvent()
376 inputSource = getSource(inputSource, InputDevice.SOURCE_TOUCHSCREEN); in runTap()
389 inputSource = getSource(inputSource, InputDevice.SOURCE_TRACKBALL); in runPress()
394 inputSource = getSource(inputSource, InputDevice.SOURCE_TOUCHSCREEN); in runSwipe()
431 inputSource = getSource(inputSource, InputDevice.SOURCE_TOUCHSCREEN); in runDragAndDrop()
436 inputSource = getSource(inputSource, InputDevice.SOURCE_TRACKBALL); in runRoll()
471 inputSource = getSource(inputSource, InputDevice.SOURCE_TOUCHSCREEN); in runMotionEvent()
[all …]
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DEventStreamTransformation.java119 default void clearEvents(int inputSource) { in clearEvents() argument
122 next.clearEvents(inputSource); in clearEvents()
H A DAutoclickController.java115 public void clearEvents(int inputSource) { in clearEvents() argument
116 if (inputSource == InputDevice.SOURCE_MOUSE && mClickScheduler != null) { in clearEvents()
120 super.clearEvents(inputSource); in clearEvents()
H A DMotionEventInjector.java142 public void clearEvents(int inputSource) { in clearEvents() argument
148 mOpenGesturesInProgress.put(inputSource, false); in clearEvents()
H A DAccessibilityInputFilter.java425 public void clearEvents(int inputSource) { in clearEvents() argument
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
H A DWindowMagnificationGestureHandler.java148 public void clearEvents(int inputSource) { in clearEvents() argument
149 if (inputSource == SOURCE_TOUCHSCREEN) { in clearEvents()
152 super.clearEvents(inputSource); in clearEvents()
H A DFullScreenMagnificationGestureHandler.java237 public void clearEvents(int inputSource) { in clearEvents() argument
238 if (inputSource == SOURCE_TOUCHSCREEN) { in clearEvents()
242 super.clearEvents(inputSource); in clearEvents()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
H A DTouchExplorer.java220 public void clearEvents(int inputSource) { in clearEvents() argument
221 if (inputSource == InputDevice.SOURCE_TOUCHSCREEN) { in clearEvents()
224 super.clearEvents(inputSource); in clearEvents()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DAccessibilityInputFilterTest.java129 public void clearEvents(int inputSource) { in clearEvents() argument
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...