Home
last modified time | relevance | path

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

/frameworks/native/libs/input/android/os/
DIInputConstants.aidl366 const int DEVICE_CLASS_ROTARY_ENCODER = 0x00001000; field
/frameworks/native/libs/input/rust/
Dinput.rs262 const RotaryEncoder = IInputConstants::DEVICE_CLASS_ROTARY_ENCODER as u32;
/frameworks/native/services/inputflinger/reader/include/
DEventHub.h130 ROTARY_ENCODER = android::os::IInputConstants::DEVICE_CLASS_ROTARY_ENCODER,