Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/hardware/
DInputManager.kt40 fun InputManager.getInputDeviceSequence(): Sequence<InputDevice> = in InputManager() method
47 fun InputManager.findInputDevice(predicate: (InputDevice) -> Boolean): InputDevice? = in findInputDevice() method
59 fun InputManager.hasInputDevice(predicate: (InputDevice) -> Boolean): Boolean = in hasInputDevice() method
63 fun InputManager.hasInternalStylusSource(): Boolean = hasInputDevice { it.isInternalStylusSource } in <lambda>() method
66 fun InputManager.hasExternalStylusSource(): Boolean = hasInputDevice { it.isExternalStylusSource } in <lambda>() method
69 fun InputManager.hasAnyStylusSource(): Boolean = hasInputDevice { it.isAnyStylusSource } in <lambda>() method
/frameworks/native/services/inputflinger/
DInputManager.cpp60 InputManager::InputManager( in InputManager() function in android::InputManager
/frameworks/base/core/java/android/hardware/input/
DInputManager.java86 public final class InputManager { class
288 private InputManager(IInputManager im) { in InputManager() method in InputManager