Home
last modified time | relevance | path

Searched refs:SOURCE_CLASS_JOYSTICK (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DInputDevice.java173 public static final int SOURCE_CLASS_JOYSTICK = 0x00000010; field in InputDevice
182 SOURCE_CLASS_JOYSTICK
332 public static final int SOURCE_JOYSTICK = 0x01000000 | SOURCE_CLASS_JOYSTICK;
H A DInputEventConsistencyVerifier.java559 } else if ((source & InputDevice.SOURCE_CLASS_JOYSTICK) != 0) { in onGenericMotionEvent()
H A DViewRootImpl.java7412 } else if ((source & InputDevice.SOURCE_CLASS_JOYSTICK) != 0) { in onProcess()
7437 } else if ((source & InputDevice.SOURCE_CLASS_JOYSTICK) != 0) { in onDeliverToNext()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java727 } else if ((source & InputDevice.SOURCE_CLASS_JOYSTICK) != 0) { in onGenericMotionEvent()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt50578 field public static final int SOURCE_CLASS_JOYSTICK = 16; // 0x10