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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp2528 int32_t motionEventAction; local
2530 motionEventAction = down ? AMOTION_EVENT_ACTION_DOWN : AMOTION_EVENT_ACTION_UP;
2532 motionEventAction = AMOTION_EVENT_ACTION_MOVE;
2534 motionEventAction = AMOTION_EVENT_ACTION_HOVER_MOVE;
2538 motionEventAction, 0, metaState, currentButtonState, 0,
2544 if (motionEventAction == AMOTION_EVENT_ACTION_UP

Completed in 38 milliseconds