Home
last modified time | relevance | path

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

/frameworks/native/include/android/
Dinput.h280 AMOTION_EVENT_ACTION_POINTER_INDEX_MASK = 0xff00, enumerator
/frameworks/native/include/input/
DInputTransport.h125 uint32_t index = (action & AMOTION_EVENT_ACTION_POINTER_INDEX_MASK) in getActionId()
DInput.h426 return (mAction & AMOTION_EVENT_ACTION_POINTER_INDEX_MASK) in getActionIndex()
/frameworks/native/services/inputflinger/
DInputClassifierConverter.cpp329 return (action & AMOTION_EVENT_ACTION_POINTER_INDEX_MASK) >> in getActionIndex()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp111 return (action & AMOTION_EVENT_ACTION_POINTER_INDEX_MASK) >> in getMotionEventActionPointerIndex()