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.cpp2041 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, args.action); in TEST_F()
2099 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, args.action); in TEST_F()
2136 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, args.action); in TEST_F()
2237 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, motionArgs.action); in TEST_F()
2275 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, motionArgs.action); in TEST_F()
2884 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, motionArgs.action); in TEST_F()
2958 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, motionArgs.action); in TEST_F()
3049 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, motionArgs.action); in TEST_F()
3356 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, motionArgs.action); in TEST_F()
3546 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, motionArgs.action); in TEST_F()
[all …]
/frameworks/base/libs/androidfw/
DInput.cpp567 case AMOTION_EVENT_ACTION_UP: in isTouchEvent()
DInputTransport.cpp634 case AMOTION_EVENT_ACTION_UP: in updateTouchState()
/frameworks/base/services/input/
DInputDispatcher.cpp122 case AMOTION_EVENT_ACTION_UP: in isValidMotionAction()
1499 } else if (maskedAction == AMOTION_EVENT_ACTION_UP in findTouchedWindowTargetsLocked()
2245 ? AMOTION_EVENT_ACTION_DOWN : AMOTION_EVENT_ACTION_UP; in splitMotionEvent()
3934 case AMOTION_EVENT_ACTION_UP: in trackMotion()
DInputReader.cpp2491 motionEventAction = down ? AMOTION_EVENT_ACTION_DOWN : AMOTION_EVENT_ACTION_UP; in sync()
2504 if (motionEventAction == AMOTION_EVENT_ACTION_UP in sync()
5275 AMOTION_EVENT_ACTION_UP, 0, metaState, mLastButtonState, 0, in dispatchPointerSimple()
5405 action = AMOTION_EVENT_ACTION_UP; in dispatchMotion()