Home
last modified time | relevance | path

Searched refs:SOURCE_TOUCHPAD (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/tests/MultiDeviceInput/src/test/multideviceinput/
DDrawingView.kt28 import android.view.InputDevice.SOURCE_TOUCHPAD in <lambda>()
139 val isTouchpadDevice = inputDevice != null && inputDevice.supportsSource(SOURCE_TOUCHPAD) in resolvePaint()
147 (event.isFromSource(SOURCE_TOUCHPAD) || isTouchpadDevice)) { in resolvePaint()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/
DClassifierTest.java166 InputDevice.SOURCE_TOUCHPAD | InputDevice.SOURCE_MOUSE, 0, 0, in appendTrackpadMotionEvent()
/frameworks/base/core/java/android/view/
DInputDevice.java314 public static final int SOURCE_TOUCHPAD = 0x00100000 | SOURCE_CLASS_POSITION; field in InputDevice
376 SOURCE_TOUCHPAD,
1701 appendSourceDescriptionIfApplicable(description, SOURCE_TOUCHPAD, "touchpad"); in toString()
DViewRootImpl.java8040 if (event.isFromSource(InputDevice.SOURCE_TOUCHPAD)) { in processGenericMotionEvent()
/frameworks/native/services/inputflinger/docs/
Dpointer_capture.md10 - Events from a touchpad will be delivered with the source `SOURCE_TOUCHPAD`, and their `AXIS_X` an…
/frameworks/base/services/core/java/com/android/server/input/
DInputShellCommand.java120 map.put("touchpad", InputDevice.SOURCE_TOUCHPAD);
260 case InputDevice.SOURCE_TOUCHPAD: in getToolType()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DEdgeBackGestureHandler.java20 import static android.view.InputDevice.SOURCE_TOUCHPAD;
403 | InputDevice.SOURCE_TOUCHPAD);
1147 int sourceTrackpad = (SOURCE_MOUSE | SOURCE_TOUCHPAD); in isButtonPressFromTrackpad()
/frameworks/base/core/java/android/accessibilityservice/
DAccessibilityServiceInfo.java631 InputDevice.SOURCE_TOUCHPAD,
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt32290 field public static final int SOURCE_TOUCHPAD = 1048584; // 0x100008
/frameworks/base/core/api/
Dcurrent.txt51069 field public static final int SOURCE_TOUCHPAD = 1048584; // 0x100008