Searched refs:AMOTION_EVENT_ACTION_UP (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/include/android/ |
D | input.h | 257 AMOTION_EVENT_ACTION_UP = 1, enumerator
|
/frameworks/base/services/input/tests/ |
D | InputReader_test.cpp | 2041 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/ |
D | Input.cpp | 567 case AMOTION_EVENT_ACTION_UP: in isTouchEvent()
|
D | InputTransport.cpp | 634 case AMOTION_EVENT_ACTION_UP: in updateTouchState()
|
/frameworks/base/services/input/ |
D | InputDispatcher.cpp | 122 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()
|
D | InputReader.cpp | 2491 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()
|