Searched defs:InputManager (Results 1 – 3 of 3) sorted by relevance
40 fun InputManager.getInputDeviceSequence(): Sequence<InputDevice> = in InputManager() method47 fun InputManager.findInputDevice(predicate: (InputDevice) -> Boolean): InputDevice? = in findInputDevice() method59 fun InputManager.hasInputDevice(predicate: (InputDevice) -> Boolean): Boolean = in hasInputDevice() method63 fun InputManager.hasInternalStylusSource(): Boolean = hasInputDevice { it.isInternalStylusSource } in <lambda>() method66 fun InputManager.hasExternalStylusSource(): Boolean = hasInputDevice { it.isExternalStylusSource } in <lambda>() method69 fun InputManager.hasAnyStylusSource(): Boolean = hasInputDevice { it.isAnyStylusSource } in <lambda>() method
60 InputManager::InputManager( in InputManager() function in android::InputManager
86 public final class InputManager { class288 private InputManager(IInputManager im) { in InputManager() method in InputManager