Home
last modified time | relevance | path

Searched refs:INPUT_PROP_BUTTONPAD (Results 1 – 2 of 2) sorted by relevance

/aosp12/bionic/libc/kernel/uapi/linux/
H A Dinput-event-codes.h23 #define INPUT_PROP_BUTTONPAD 0x02 macro
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchInputMapper.cpp451 mParameters.hasButtonUnderPad = getDeviceContext().hasInputProperty(INPUT_PROP_BUTTONPAD); in configureParameters()