Home
last modified time | relevance | path

Searched defs:InputDevice (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/hardware/
DInputDevice.kt25 val InputDevice.isInternalStylusSource: Boolean constant
29 val InputDevice.isExternalStylusSource: Boolean constant
38 val InputDevice.isAnyStylusSource: Boolean constant
/frameworks/native/services/inputflinger/reader/include/
DInputReaderContext.h29 class InputDevice; variable
DInputReader.h37 class InputDevice; variable
/frameworks/native/libs/input/rust/
Dkeyboard_classifier.rs61 pub fn notify_keyboard_changed(&mut self, device: InputDevice) { in notify_keyboard_changed()
413 fn create_device(classes: DeviceClass) -> InputDevice { in create_device()
421 fn create_device_with_vendor_product_ids(vendor: u16, product: u16) -> InputDevice { in create_device_with_vendor_product_ids()
Dinput.rs32 pub struct InputDevice { struct
35 /// InputDevice unique identifier argument
36 pub identifier: RustInputDeviceIdentifier, argument
38 pub classes: DeviceClass,
/frameworks/base/core/java/android/view/
DInputDevice.java69 public final class InputDevice implements Parcelable { class
501 private InputDevice(int id, int generation, int controllerNumber, String name, int vendorId, in InputDevice() method in InputDevice
540 private InputDevice(Parcel in) { in InputDevice() method in InputDevice
/frameworks/base/packages/SystemUI/tests/utils/src/android/hardware/input/
DFakeInputManager.kt197 private fun InputDevice.copy( in <lambda>() method
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp42 InputDevice::InputDevice(InputReaderContext* context, int32_t id, int32_t generation, in InputDevice() function in android::InputDevice
/frameworks/base/services/core/java/com/android/server/input/
DBatteryController.java222 private <R> R processInputDevice(int deviceId, R defaultValue, Function<InputDevice, R> func) { in processInputDevice()