Searched refs:AMOTION_EVENT_ACTION_BUTTON_RELEASE (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/include/android/ |
D | input.h | 363 AMOTION_EVENT_ACTION_BUTTON_RELEASE = 12, enumerator
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 4387 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, args.action); in TEST_F() 4464 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, args.action); in TEST_F() 4509 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, args.action); in TEST_F() 4619 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, motionArgs.action); in TEST_F() 4672 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, motionArgs.action); in TEST_F() 4688 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, motionArgs.action); in TEST_F() 4734 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, motionArgs.action); in TEST_F() 4775 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, motionArgs.action); in TEST_F() 4816 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, motionArgs.action); in TEST_F() 4857 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, motionArgs.action); in TEST_F() [all …]
|
D | InputDispatcher_test.cpp | 2084 MotionEventBuilder(AMOTION_EVENT_ACTION_BUTTON_RELEASE, in TEST_F() 2092 windowLeft->consumeEvent(AINPUT_EVENT_TYPE_MOTION, AMOTION_EVENT_ACTION_BUTTON_RELEASE, in TEST_F() 2171 MotionEventBuilder(AMOTION_EVENT_ACTION_BUTTON_RELEASE, in TEST_F() 2179 window->consumeEvent(AINPUT_EVENT_TYPE_MOTION, AMOTION_EVENT_ACTION_BUTTON_RELEASE, in TEST_F()
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | CursorInputMapper.cpp | 414 AMOTION_EVENT_ACTION_BUTTON_RELEASE, actionButton, 0, in sync()
|
D | TouchInputMapper.cpp | 2087 dispatchMotion(when, readTime, policyFlags, mSource, AMOTION_EVENT_ACTION_BUTTON_RELEASE, in dispatchButtonRelease()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_companion_virtual_InputController.cpp | 51 {AMOTION_EVENT_ACTION_BUTTON_RELEASE, UinputAction::RELEASE},
|
/frameworks/native/services/inputflinger/ |
D | InputCommonConverter.cpp | 98 static_assert(static_cast<common::Action>(AMOTION_EVENT_ACTION_BUTTON_RELEASE) == in getAction()
|
D | UnwantedInteractionBlocker.cpp | 671 args.action == AMOTION_EVENT_ACTION_BUTTON_RELEASE || in processMotion()
|
/frameworks/native/libs/input/ |
D | Input.cpp | 867 case AMOTION_EVENT_ACTION_BUTTON_RELEASE: in actionToString()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.cpp | 167 case AMOTION_EVENT_ACTION_BUTTON_RELEASE: in isValidMotionAction()
|