Searched refs:AMOTION_EVENT_ACTION_MASK (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/include/android/
H A Dinput.h241 AMOTION_EVENT_ACTION_MASK = 0xff, enumerator in enum:__anon1185
/frameworks/native/include/input/
H A DInput.h347 inline int32_t getActionMasked() const { return mAction & AMOTION_EVENT_ACTION_MASK; }
/frameworks/native/libs/input/
H A DInput.cpp511 switch (action & AMOTION_EVENT_ACTION_MASK) {
H A DInputTransport.cpp588 switch (msg->body.motion.action & AMOTION_EVENT_ACTION_MASK) {
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp123 switch (action & AMOTION_EVENT_ACTION_MASK) {
1130 int32_t maskedAction = action & AMOTION_EVENT_ACTION_MASK;
2268 int32_t maskedAction = action & AMOTION_EVENT_ACTION_MASK;
4070 int32_t actionMasked = action & AMOTION_EVENT_ACTION_MASK;

Completed in 85 milliseconds