Searched refs:AMOTION_EVENT_ACTION_BUTTON_RELEASE (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/native/include/android/ |
H A D | input.h | 360 AMOTION_EVENT_ACTION_BUTTON_RELEASE = 12, enumerator
|
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | InputReader_test.cpp | 3987 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, args.action); in TEST_F() 4064 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, args.action); in TEST_F() 4109 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, args.action); in TEST_F() 4213 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, motionArgs.action); in TEST_F() 4266 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, motionArgs.action); in TEST_F() 4282 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, motionArgs.action); in TEST_F() 4328 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, motionArgs.action); in TEST_F() 4369 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, motionArgs.action); in TEST_F() 4410 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, motionArgs.action); in TEST_F() 4536 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, args.action); in TEST_F() [all …]
|
H A D | InputDispatcher_test.cpp | 1554 MotionEventBuilder(AMOTION_EVENT_ACTION_BUTTON_RELEASE, in TEST_F() 1562 windowLeft->consumeEvent(AINPUT_EVENT_TYPE_MOTION, AMOTION_EVENT_ACTION_BUTTON_RELEASE, in TEST_F() 1642 MotionEventBuilder(AMOTION_EVENT_ACTION_BUTTON_RELEASE, in TEST_F() 1650 window->consumeEvent(AINPUT_EVENT_TYPE_MOTION, AMOTION_EVENT_ACTION_BUTTON_RELEASE, in TEST_F()
|
/aosp12/frameworks/native/services/inputflinger/reader/mapper/ |
H A D | CursorInputMapper.cpp | 421 AMOTION_EVENT_ACTION_BUTTON_RELEASE, actionButton, 0, in sync()
|
H A D | TouchInputMapper.cpp | 2071 dispatchMotion(when, readTime, policyFlags, mSource, AMOTION_EVENT_ACTION_BUTTON_RELEASE, in dispatchButtonRelease()
|
/aosp12/frameworks/native/services/inputflinger/ |
H A D | InputClassifierConverter.cpp | 83 static_assert(static_cast<common::V1_0::Action>(AMOTION_EVENT_ACTION_BUTTON_RELEASE) == in getAction()
|
/aosp12/frameworks/native/libs/input/ |
H A D | Input.cpp | 846 case AMOTION_EVENT_ACTION_BUTTON_RELEASE: in actionToString()
|
/aosp12/frameworks/native/services/inputflinger/dispatcher/ |
H A D | InputDispatcher.cpp | 195 case AMOTION_EVENT_ACTION_BUTTON_RELEASE: in isValidMotionAction()
|