Home
last modified time | relevance | path

Searched refs:AMOTION_EVENT_ACTION_BUTTON_RELEASE (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/include/android/
Dinput.h363 AMOTION_EVENT_ACTION_BUTTON_RELEASE = 12, enumerator
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp4387 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 …]
DInputDispatcher_test.cpp2084 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/
DCursorInputMapper.cpp414 AMOTION_EVENT_ACTION_BUTTON_RELEASE, actionButton, 0, in sync()
DTouchInputMapper.cpp2087 dispatchMotion(when, readTime, policyFlags, mSource, AMOTION_EVENT_ACTION_BUTTON_RELEASE, in dispatchButtonRelease()
/frameworks/base/services/core/jni/
Dcom_android_server_companion_virtual_InputController.cpp51 {AMOTION_EVENT_ACTION_BUTTON_RELEASE, UinputAction::RELEASE},
/frameworks/native/services/inputflinger/
DInputCommonConverter.cpp98 static_assert(static_cast<common::Action>(AMOTION_EVENT_ACTION_BUTTON_RELEASE) == in getAction()
DUnwantedInteractionBlocker.cpp671 args.action == AMOTION_EVENT_ACTION_BUTTON_RELEASE || in processMotion()
/frameworks/native/libs/input/
DInput.cpp867 case AMOTION_EVENT_ACTION_BUTTON_RELEASE: in actionToString()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp167 case AMOTION_EVENT_ACTION_BUTTON_RELEASE: in isValidMotionAction()