Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DCursorInputMapper.cpp386 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()
DTouchInputMapper.cpp3456 displayId, policyFlags, AMOTION_EVENT_ACTION_UP, 0, 0, metaState, in dispatchPointerSimple()
3604 action = AMOTION_EVENT_ACTION_UP; in dispatchMotion()
/frameworks/native/services/inputflinger/dispatcher/
DEntry.cpp38 case AMOTION_EVENT_ACTION_UP: in motionActionToString()
DInputState.cpp92 case AMOTION_EVENT_ACTION_UP: in trackMotion()
DInputDispatcher.cpp136 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/
Dinput.h289 AMOTION_EVENT_ACTION_UP = 1, enumerator
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2579 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 …]
DInputDispatcher_test.cpp875 AMOTION_EVENT_ACTION_UP, AINPUT_SOURCE_TOUCHSCREEN, displayId); in testNotifyMotion()
/frameworks/native/libs/gui/tests/
DEndToEndNativeInputTest.cpp133 EXPECT_EQ(AMOTION_EVENT_ACTION_UP, mev->getAction()); in expectTap()
/frameworks/native/libs/input/
DInput.cpp552 case AMOTION_EVENT_ACTION_UP: in isTouchEvent()
DInputTransport.cpp838 case AMOTION_EVENT_ACTION_UP: in updateTouchState()
/frameworks/native/libs/input/tests/
DVelocityTracker_test.cpp152 action = AMOTION_EVENT_ACTION_UP; in createMotionEventStream()
/frameworks/native/services/inputflinger/
DInputClassifierConverter.cpp61 static_assert(static_cast<common::V1_0::Action>(AMOTION_EVENT_ACTION_UP) == in getAction()