Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DCursorInputMapper.cpp405 int32_t motionEventAction; in sync() local
407 motionEventAction = down ? AMOTION_EVENT_ACTION_DOWN : AMOTION_EVENT_ACTION_UP; in sync()
409 motionEventAction = AMOTION_EVENT_ACTION_MOVE; in sync()
411 motionEventAction = AMOTION_EVENT_ACTION_HOVER_MOVE; in sync()
432 displayId, policyFlags, motionEventAction, 0, 0, metaState, in sync()
459 if (motionEventAction == AMOTION_EVENT_ACTION_UP && (mSource == AINPUT_SOURCE_MOUSE)) { in sync()