Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2428 ASSERT_EQ(AMOTION_EVENT_ACTION_MOVE, args.action); in testMotionRotation()
2605 ASSERT_EQ(AMOTION_EVENT_ACTION_MOVE, args.action); in TEST_F()
2613 ASSERT_EQ(AMOTION_EVENT_ACTION_MOVE, args.action); in TEST_F()
2681 ASSERT_EQ(AMOTION_EVENT_ACTION_MOVE, args.action); in TEST_F()
2855 ASSERT_EQ(AMOTION_EVENT_ACTION_MOVE, motionArgs.action); in TEST_F()
3096 ASSERT_EQ(AMOTION_EVENT_ACTION_MOVE, args.action); in TEST_F()
3135 ASSERT_EQ(AMOTION_EVENT_ACTION_MOVE, args.action); in TEST_F()
3700 ASSERT_EQ(AMOTION_EVENT_ACTION_MOVE, motionArgs.action); in TEST_F()
3870 ASSERT_EQ(AMOTION_EVENT_ACTION_MOVE, motionArgs.action); in TEST_F()
3964 ASSERT_EQ(AMOTION_EVENT_ACTION_MOVE, motionArgs.action); in TEST_F()
[all …]
/frameworks/native/libs/input/tests/
DInputEvent_test.cpp257 event->initialize(2, AINPUT_SOURCE_TOUCHSCREEN, DISPLAY_ID, AMOTION_EVENT_ACTION_MOVE, 0, in initializeEventWithHistory()
311 ASSERT_EQ(AMOTION_EVENT_ACTION_MOVE, event->getAction()); in assertEqualsEventWithHistory()
573 event.initialize(0 /*deviceId*/, AINPUT_SOURCE_UNKNOWN, DISPLAY_ID, AMOTION_EVENT_ACTION_MOVE, in TEST_F()
DInputPublisherAndConsumer_test.cpp138 constexpr int32_t action = AMOTION_EVENT_ACTION_MOVE; in PublishAndConsumeMotionEvent()
DVelocityTracker_test.cpp131 return AMOTION_EVENT_ACTION_MOVE; in resolveAction()
/frameworks/native/services/inputflinger/dispatcher/
DEntry.cpp36 case AMOTION_EVENT_ACTION_MOVE: in motionActionToString()
DInputState.cpp118 case AMOTION_EVENT_ACTION_MOVE: { in trackMotion()
DInputDispatcher.cpp138 case AMOTION_EVENT_ACTION_MOVE: in isValidMotionAction()
1300 } else if (switchedDevice && maskedAction == AMOTION_EVENT_ACTION_MOVE) { in findTouchedWindowTargetsLocked()
1397 if (maskedAction == AMOTION_EVENT_ACTION_MOVE && entry->pointerCount == 1 && in findTouchedWindowTargetsLocked()
2564 action = AMOTION_EVENT_ACTION_MOVE; in splitMotionEvent()
/frameworks/native/include/android/
Dinput.h296 AMOTION_EVENT_ACTION_MOVE = 2, enumerator
/frameworks/base/core/jni/
Dandroid_view_InputEventReceiver.cpp299 if ((motionEvent->getAction() & AMOTION_EVENT_ACTION_MOVE) && outConsumedBatch) { in consumeEvents()
/frameworks/native/libs/input/
DInputTransport.cpp674 if (mMsg.body.motion.action == AMOTION_EVENT_ACTION_MOVE in consume()
799 case AMOTION_EVENT_ACTION_MOVE: { in updateTouchState()
889 || event->getAction() != AMOTION_EVENT_ACTION_MOVE) { in resampleTouchState()
DInput.cpp551 case AMOTION_EVENT_ACTION_MOVE: in isTouchEvent()
DVelocityTracker.cpp292 case AMOTION_EVENT_ACTION_MOVE: in addMovement()
/frameworks/native/services/inputflinger/reader/mapper/
DJoystickInputMapper.cpp336 AMOTION_EVENT_ACTION_MOVE, 0, 0, metaState, buttonState, in sync()
DCursorInputMapper.cpp388 motionEventAction = AMOTION_EVENT_ACTION_MOVE; in sync()
DTouchInputMapper.cpp1888 dispatchMotion(when, policyFlags, mSource, AMOTION_EVENT_ACTION_MOVE, 0, 0, metaState, in dispatchTouches()
1935 dispatchMotion(when, policyFlags, mSource, AMOTION_EVENT_ACTION_MOVE, 0, 0, metaState, in dispatchTouches()
2480 dispatchMotion(when, policyFlags, mSource, AMOTION_EVENT_ACTION_MOVE, 0, 0, metaState, in dispatchPointerGestures()
3498 displayId, policyFlags, AMOTION_EVENT_ACTION_MOVE, 0, 0, metaState, in dispatchPointerSimple()
/frameworks/native/services/inputflinger/
DInputClassifierConverter.cpp63 static_assert(static_cast<common::V1_0::Action>(AMOTION_EVENT_ACTION_MOVE) == in getAction()