Home
last modified time | relevance | path

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

/aosp12/bionic/libc/kernel/uapi/linux/
H A Dinput-event-codes.h21 #define INPUT_PROP_POINTER 0x00 macro
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchInputMapper.cpp438 } else if (getDeviceContext().hasInputProperty(INPUT_PROP_POINTER)) { in configureParameters()