Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputTransport.h105 uint32_t index = (action & AMOTION_EVENT_ACTION_POINTER_INDEX_MASK) in getActionId()
DInput.h381 return (mAction & AMOTION_EVENT_ACTION_POINTER_INDEX_MASK) in getActionIndex()
/frameworks/native/include/android/
Dinput.h274 AMOTION_EVENT_ACTION_POINTER_INDEX_MASK = 0xff00, enumerator
/frameworks/base/docs/html/ndk/reference/
Dinput_8h.jd99 …470b522273a3e37c24c600a51384339fbb57c0087f7f50c45d9cff3">AMOTION_EVENT_ACTION_POINTER_INDEX_MASK</…
Dgroup___input.jd99 …470b522273a3e37c24c600a51384339fbb57c0087f7f50c45d9cff3">AMOTION_EVENT_ACTION_POINTER_INDEX_MASK</…
713 … the action bits holding the pointer index as defined by AMOTION_EVENT_ACTION_POINTER_INDEX_MASK. …
2233 …522273a3e37c24c600a51384339fbb57c0087f7f50c45d9cff3"></a>AMOTION_EVENT_ACTION_POINTER_INDEX_MASK</…
2252 <p>A non-primary pointer has gone down. The bits in AMOTION_EVENT_ACTION_POINTER_INDEX_MASK indicat…
2255 <p>A non-primary pointer has gone up. The bits in AMOTION_EVENT_ACTION_POINTER_INDEX_MASK indicate …
Dglobals_eval.jd1288 <li>AMOTION_EVENT_ACTION_POINTER_INDEX_MASK
Dglobals.jd1591 <li>AMOTION_EVENT_ACTION_POINTER_INDEX_MASK
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp100 return (action & AMOTION_EVENT_ACTION_POINTER_INDEX_MASK) in getMotionEventActionPointerIndex()