Home
last modified time | relevance | path

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

/frameworks/native/include/android/
Dinput.h257 AMOTION_EVENT_ACTION_UP = 1, enumerator
/frameworks/base/services/input/tests/
DInputReader_test.cpp2061 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, args.action); in TEST_F()
2119 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, args.action); in TEST_F()
2156 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, args.action); in TEST_F()
2257 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, motionArgs.action); in TEST_F()
2295 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, motionArgs.action); in TEST_F()
2904 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, motionArgs.action); in TEST_F()
2978 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, motionArgs.action); in TEST_F()
3069 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, motionArgs.action); in TEST_F()
3376 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, motionArgs.action); in TEST_F()
3566 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, motionArgs.action); in TEST_F()
[all …]
/frameworks/base/libs/androidfw/
DInput.cpp571 case AMOTION_EVENT_ACTION_UP: in isTouchEvent()
DInputTransport.cpp639 case AMOTION_EVENT_ACTION_UP: in updateTouchState()
/frameworks/base/services/input/
DInputDispatcher.cpp122 case AMOTION_EVENT_ACTION_UP: in isValidMotionAction()
1532 } else if (maskedAction == AMOTION_EVENT_ACTION_UP in findTouchedWindowTargetsLocked()
2290 ? AMOTION_EVENT_ACTION_DOWN : AMOTION_EVENT_ACTION_UP; in splitMotionEvent()
4000 case AMOTION_EVENT_ACTION_UP: in trackMotion()
DInputReader.cpp2503 motionEventAction = down ? AMOTION_EVENT_ACTION_DOWN : AMOTION_EVENT_ACTION_UP; in sync()
2517 if (motionEventAction == AMOTION_EVENT_ACTION_UP in sync()
5456 AMOTION_EVENT_ACTION_UP, 0, metaState, mLastButtonState, 0, in dispatchPointerSimple()
5593 action = AMOTION_EVENT_ACTION_UP; in dispatchMotion()