Searched refs:AMOTION_EVENT_ACTION_UP (Results 1 – 13 of 13) sorted by relevance
/frameworks/native/services/inputflinger/reader/mapper/ |
D | CursorInputMapper.cpp | 386 motionEventAction = down ? AMOTION_EVENT_ACTION_DOWN : AMOTION_EVENT_ACTION_UP; in sync() 438 if (motionEventAction == AMOTION_EVENT_ACTION_UP && (mSource == AINPUT_SOURCE_MOUSE)) { in sync()
|
D | TouchInputMapper.cpp | 3456 displayId, policyFlags, AMOTION_EVENT_ACTION_UP, 0, 0, metaState, in dispatchPointerSimple() 3604 action = AMOTION_EVENT_ACTION_UP; in dispatchMotion()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | Entry.cpp | 38 case AMOTION_EVENT_ACTION_UP: in motionActionToString()
|
D | InputState.cpp | 92 case AMOTION_EVENT_ACTION_UP: in trackMotion()
|
D | InputDispatcher.cpp | 136 case AMOTION_EVENT_ACTION_UP: in isValidMotionAction() 1610 } else if (maskedAction == AMOTION_EVENT_ACTION_UP || in findTouchedWindowTargetsLocked() 2552 : AMOTION_EVENT_ACTION_UP; in splitMotionEvent()
|
/frameworks/native/include/android/ |
D | input.h | 289 AMOTION_EVENT_ACTION_UP = 1, enumerator
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 2579 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, args.action); in TEST_F() 2647 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, args.action); in TEST_F() 2695 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, args.action); in TEST_F() 2802 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, motionArgs.action); in TEST_F() 2875 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, motionArgs.action); in TEST_F() 3125 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, args.action); in TEST_F() 3723 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, motionArgs.action); in TEST_F() 3797 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, motionArgs.action); in TEST_F() 3895 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, motionArgs.action); in TEST_F() 3987 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, motionArgs.action); in TEST_F() [all …]
|
D | InputDispatcher_test.cpp | 875 AMOTION_EVENT_ACTION_UP, AINPUT_SOURCE_TOUCHSCREEN, displayId); in testNotifyMotion()
|
/frameworks/native/libs/gui/tests/ |
D | EndToEndNativeInputTest.cpp | 133 EXPECT_EQ(AMOTION_EVENT_ACTION_UP, mev->getAction()); in expectTap()
|
/frameworks/native/libs/input/ |
D | Input.cpp | 552 case AMOTION_EVENT_ACTION_UP: in isTouchEvent()
|
D | InputTransport.cpp | 838 case AMOTION_EVENT_ACTION_UP: in updateTouchState()
|
/frameworks/native/libs/input/tests/ |
D | VelocityTracker_test.cpp | 152 action = AMOTION_EVENT_ACTION_UP; in createMotionEventStream()
|
/frameworks/native/services/inputflinger/ |
D | InputClassifierConverter.cpp | 61 static_assert(static_cast<common::V1_0::Action>(AMOTION_EVENT_ACTION_UP) == in getAction()
|