Home
last modified time | relevance | path

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

/aosp12/frameworks/native/include/android/
H A Dinput.h360 AMOTION_EVENT_ACTION_BUTTON_RELEASE = 12, enumerator
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp3987 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 DInputDispatcher_test.cpp1554 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 DCursorInputMapper.cpp421 AMOTION_EVENT_ACTION_BUTTON_RELEASE, actionButton, 0, in sync()
H A DTouchInputMapper.cpp2071 dispatchMotion(when, readTime, policyFlags, mSource, AMOTION_EVENT_ACTION_BUTTON_RELEASE, in dispatchButtonRelease()
/aosp12/frameworks/native/services/inputflinger/
H A DInputClassifierConverter.cpp83 static_assert(static_cast<common::V1_0::Action>(AMOTION_EVENT_ACTION_BUTTON_RELEASE) == in getAction()
/aosp12/frameworks/native/libs/input/
H A DInput.cpp846 case AMOTION_EVENT_ACTION_BUTTON_RELEASE: in actionToString()
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp195 case AMOTION_EVENT_ACTION_BUTTON_RELEASE: in isValidMotionAction()