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
127 InputManager::InputManager(const sp<InputReaderPolicyInterface>& readerPolicy, in InputManager() function in android::InputManager
74 public final class InputManager { class255 public InputManager(Context context) { in InputManager() method in InputManager