Searched refs:AMOTION_EVENT_ACTION_MOVE (Results 1 – 14 of 14) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 1972 ASSERT_EQ(AMOTION_EVENT_ACTION_MOVE, args.action); in testMotionRotation() 2111 ASSERT_EQ(AMOTION_EVENT_ACTION_MOVE, args.action); in TEST_F() 2119 ASSERT_EQ(AMOTION_EVENT_ACTION_MOVE, args.action); in TEST_F() 2171 ASSERT_EQ(AMOTION_EVENT_ACTION_MOVE, args.action); in TEST_F() 2310 ASSERT_EQ(AMOTION_EVENT_ACTION_MOVE, motionArgs.action); in TEST_F() 2925 ASSERT_EQ(AMOTION_EVENT_ACTION_MOVE, motionArgs.action); in TEST_F() 3090 ASSERT_EQ(AMOTION_EVENT_ACTION_MOVE, motionArgs.action); in TEST_F() 3308 ASSERT_EQ(AMOTION_EVENT_ACTION_MOVE, motionArgs.action); in TEST_F() 3315 ASSERT_EQ(AMOTION_EVENT_ACTION_MOVE, motionArgs.action); in TEST_F() 3322 ASSERT_EQ(AMOTION_EVENT_ACTION_MOVE, motionArgs.action); in TEST_F() [all …]
|
/frameworks/native/libs/input/tests/ |
D | InputEvent_test.cpp | 251 event->initialize(2, AINPUT_SOURCE_TOUCHSCREEN, AMOTION_EVENT_ACTION_MOVE, 0, in initializeEventWithHistory() 304 ASSERT_EQ(AMOTION_EVENT_ACTION_MOVE, event->getAction()); in assertEqualsEventWithHistory() 560 event.initialize(0, 0, AMOTION_EVENT_ACTION_MOVE, 0, 0, 0, 0, 0, in TEST_F()
|
D | InputPublisherAndConsumer_test.cpp | 135 const int32_t action = AMOTION_EVENT_ACTION_MOVE; in PublishAndConsumeMotionEvent()
|
/frameworks/native/include/android/ |
D | input.h | 263 AMOTION_EVENT_ACTION_MOVE = 2, enumerator
|
/frameworks/native/libs/input/ |
D | InputTransport.cpp | 477 if (mMsg.body.motion.action == AMOTION_EVENT_ACTION_MOVE in consume() 603 case AMOTION_EVENT_ACTION_MOVE: { in updateTouchState() 682 || event->getAction() != AMOTION_EVENT_ACTION_MOVE) { in resampleTouchState()
|
D | Input.cpp | 518 case AMOTION_EVENT_ACTION_MOVE: in isTouchEvent()
|
D | VelocityTracker.cpp | 282 case AMOTION_EVENT_ACTION_MOVE: in addMovement()
|
/frameworks/base/core/jni/ |
D | android_view_InputEventReceiver.cpp | 297 if ((motionEvent->getAction() & AMOTION_EVENT_ACTION_MOVE) && outConsumedBatch) { in consumeEvents()
|
/frameworks/native/services/inputflinger/ |
D | InputDispatcher.cpp | 127 case AMOTION_EVENT_ACTION_MOVE: in isValidMotionAction() 1295 if (maskedAction == AMOTION_EVENT_ACTION_MOVE in findTouchedWindowTargetsLocked() 2312 action = AMOTION_EVENT_ACTION_MOVE; in splitMotionEvent() 4111 case AMOTION_EVENT_ACTION_MOVE: { in trackMotion()
|
D | InputReader.cpp | 2632 motionEventAction = AMOTION_EVENT_ACTION_MOVE; in sync() 4353 AMOTION_EVENT_ACTION_MOVE, 0, 0, metaState, buttonState, in dispatchTouches() 4402 AMOTION_EVENT_ACTION_MOVE, 0, 0, metaState, buttonState, 0, in dispatchTouches() 4941 AMOTION_EVENT_ACTION_MOVE, 0, 0, metaState, buttonState, in dispatchPointerGestures() 5963 AMOTION_EVENT_ACTION_MOVE, 0, 0, metaState, mCurrentRawState.buttonState, 0, in dispatchPointerSimple() 6991 AMOTION_EVENT_ACTION_MOVE, 0, 0, metaState, buttonState, AMOTION_EVENT_EDGE_FLAG_NONE, in sync()
|
/frameworks/base/docs/html/ndk/reference/ |
D | input_8h.jd | 103 …82baf7f470b522273a3e37c24c600a41c56c4e772953fce60c93bc671639a3">AMOTION_EVENT_ACTION_MOVE</a> = 2,
|
D | globals_eval.jd | 1279 <li>AMOTION_EVENT_ACTION_MOVE
|
D | group___input.jd | 103 …82baf7f470b522273a3e37c24c600a41c56c4e772953fce60c93bc671639a3">AMOTION_EVENT_ACTION_MOVE</a> = 2, 2242 …f7f470b522273a3e37c24c600a41c56c4e772953fce60c93bc671639a3"></a>AMOTION_EVENT_ACTION_MOVE</em>… 2258 <p>A change happened but the pointer is not down (unlike AMOTION_EVENT_ACTION_MOVE). The motion con… 3225 …between this event and the previous event. This only applies to AMOTION_EVENT_ACTION_MOVE events &…
|
D | globals.jd | 1582 <li>AMOTION_EVENT_ACTION_MOVE
|