Searched refs:InputDevice (Results 1 – 5 of 5) sorted by relevance
34 class InputDevice {36 InputDevice(InputConnection conn) : conn_(conn) {} in InputDevice() function37 virtual ~InputDevice() = default;46 class TouchDevice : public InputDevice {49 : InputDevice(conn) {} in TouchDevice()86 class MouseDevice : public InputDevice {89 : InputDevice(conn) {} in MouseDevice()96 class KeyboardDevice : public InputDevice {99 : InputDevice(conn) {} in KeyboardDevice()104 class RotaryDevice : public InputDevice {[all …]
25 Result<void> InputDevice::WriteEvents(const EventBuffer& buffer) { in WriteEvents()
41 import android.view.InputDevice;144 final InputDevice device = getKeyboardDevice(deviceName); in provisionKeyboard()150 protected InputDevice getKeyboardDevice(final String keyboardDeviceName) { in getKeyboardDevice()151 final int[] deviceIds = InputDevice.getDeviceIds(); in getKeyboardDevice()154 InputDevice inputDevice = InputDevice.getDevice(deviceId); in getKeyboardDevice()156 && inputDevice.supportsSource(InputDevice.SOURCE_KEYBOARD) in getKeyboardDevice()165 protected void setKeyboardLayout(final InputDevice keyboardDevice, final String layoutName) { in setKeyboardLayout()
8702 Landroid/view/InputDevice$1;8703 Landroid/view/InputDevice$MotionRange;8704 Landroid/view/InputDevice;28418 HSPLandroid/hardware/input/IInputManager$Stub$Proxy;->getInputDevice(I)Landroid/view/InputDevice;28434 HSPLandroid/hardware/input/InputManager;->getInputDevice(I)Landroid/view/InputDevice;28435 …dware/input/InputManager;->getInputDeviceByDescriptor(Ljava/lang/String;)Landroid/view/InputDevice;28452 PLandroid/hardware/input/InputManagerGlobal;->getInputDevice(I)Landroid/view/InputDevice;28453 …input/InputManagerGlobal;->getInputDeviceByDescriptor(Ljava/lang/String;)Landroid/view/InputDevice;39776 HSPLandroid/view/InputDevice$1;->createFromParcel(Landroid/os/Parcel;)Landroid/view/InputDevice;39777 HSPLandroid/view/InputDevice$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;[all …]
9363 android.view.InputDevice9364 android.view.InputDevice$19365 android.view.InputDevice$MotionRange