Searched refs:AMOTION_EVENT_ACTION_MOVE (Results 1 – 16 of 16) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 2428 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/ |
D | InputEvent_test.cpp | 257 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()
|
D | InputPublisherAndConsumer_test.cpp | 138 constexpr int32_t action = AMOTION_EVENT_ACTION_MOVE; in PublishAndConsumeMotionEvent()
|
D | VelocityTracker_test.cpp | 131 return AMOTION_EVENT_ACTION_MOVE; in resolveAction()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | Entry.cpp | 36 case AMOTION_EVENT_ACTION_MOVE: in motionActionToString()
|
D | InputState.cpp | 118 case AMOTION_EVENT_ACTION_MOVE: { in trackMotion()
|
D | InputDispatcher.cpp | 138 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/ |
D | input.h | 296 AMOTION_EVENT_ACTION_MOVE = 2, enumerator
|
/frameworks/base/core/jni/ |
D | android_view_InputEventReceiver.cpp | 299 if ((motionEvent->getAction() & AMOTION_EVENT_ACTION_MOVE) && outConsumedBatch) { in consumeEvents()
|
/frameworks/native/libs/input/ |
D | InputTransport.cpp | 674 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()
|
D | Input.cpp | 551 case AMOTION_EVENT_ACTION_MOVE: in isTouchEvent()
|
D | VelocityTracker.cpp | 292 case AMOTION_EVENT_ACTION_MOVE: in addMovement()
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | JoystickInputMapper.cpp | 336 AMOTION_EVENT_ACTION_MOVE, 0, 0, metaState, buttonState, in sync()
|
D | CursorInputMapper.cpp | 388 motionEventAction = AMOTION_EVENT_ACTION_MOVE; in sync()
|
D | TouchInputMapper.cpp | 1888 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/ |
D | InputClassifierConverter.cpp | 63 static_assert(static_cast<common::V1_0::Action>(AMOTION_EVENT_ACTION_MOVE) == in getAction()
|