Home
last modified time | relevance | path

Searched defs:InputManager (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/hardware/
H A DInputManager.kt40 fun InputManager.getInputDeviceSequence(): Sequence<InputDevice> = regex
47 fun InputManager.findInputDevice(predicate: (InputDevice) -> Boolean): InputDevice? = regex
59 fun InputManager.hasInputDevice(predicate: (InputDevice) -> Boolean): Boolean = regex
63 fun InputManager.hasInternalStylusSource(): Boolean = hasInputDevice { it.isInternalStylusSource } regex
66 fun InputManager.hasExternalStylusSource(): Boolean = hasInputDevice { it.isExternalStylusSource } regex
69 fun InputManager.hasAnyStylusSource(): Boolean = hasInputDevice { it.isAnyStylusSource } regex
/aosp14/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java67 public final class InputManager { class
248 public InputManager(Context context) { in InputManager() method in InputManager
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...