Home
last modified time | relevance | path

Searched refs:DEVICE_CLASS_TOUCHPAD (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/input/android/os/
DIInputConstants.aidl398 const int DEVICE_CLASS_TOUCHPAD = 0x00010000; field
/frameworks/native/libs/input/rust/
Dinput.rs270 const Touchpad = IInputConstants::DEVICE_CLASS_TOUCHPAD as u32;
/frameworks/native/services/inputflinger/reader/include/
DEventHub.h142 TOUCHPAD = android::os::IInputConstants::DEVICE_CLASS_TOUCHPAD,