Home
last modified time | relevance | path

Searched refs:AMOTION_EVENT_ACTION_POINTER_INDEX_MASK (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/include/android/
Dinput.h248 AMOTION_EVENT_ACTION_POINTER_INDEX_MASK = 0xff00, enumerator
/frameworks/native/include/input/
DInputTransport.h104 uint32_t index = (action & AMOTION_EVENT_ACTION_POINTER_INDEX_MASK) in getActionId()
DInput.h350 return (mAction & AMOTION_EVENT_ACTION_POINTER_INDEX_MASK) in getActionIndex()
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp100 return (action & AMOTION_EVENT_ACTION_POINTER_INDEX_MASK) in getMotionEventActionPointerIndex()