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

/frameworks/base/services/input/
H A DInputReader.cpp2500 int32_t motionEventAction; local
2502 motionEventAction = down ? AMOTION_EVENT_ACTION_DOWN : AMOTION_EVENT_ACTION_UP;
2504 motionEventAction = AMOTION_EVENT_ACTION_MOVE;
2506 motionEventAction = AMOTION_EVENT_ACTION_HOVER_MOVE;
2510 motionEventAction, 0, metaState, currentButtonState, 0,
2516 if (motionEventAction == AMOTION_EVENT_ACTION_UP

Completed in 127 milliseconds