Home
last modified time | relevance | path

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

/frameworks/native/include/android/
Dinput.h360 AMOTION_EVENT_ACTION_BUTTON_RELEASE = 12, enumerator
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp3960 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, args.action); in TEST_F()
4037 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, args.action); in TEST_F()
4082 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, args.action); in TEST_F()
4182 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, motionArgs.action); in TEST_F()
4235 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, motionArgs.action); in TEST_F()
4251 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, motionArgs.action); in TEST_F()
4297 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, motionArgs.action); in TEST_F()
4338 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, motionArgs.action); in TEST_F()
4379 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, motionArgs.action); in TEST_F()
4420 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, motionArgs.action); in TEST_F()
[all …]
DInputDispatcher_test.cpp1538 MotionEventBuilder(AMOTION_EVENT_ACTION_BUTTON_RELEASE, in TEST_F()
1546 windowLeft->consumeEvent(AINPUT_EVENT_TYPE_MOTION, AMOTION_EVENT_ACTION_BUTTON_RELEASE, in TEST_F()
1626 MotionEventBuilder(AMOTION_EVENT_ACTION_BUTTON_RELEASE, in TEST_F()
1634 window->consumeEvent(AINPUT_EVENT_TYPE_MOTION, AMOTION_EVENT_ACTION_BUTTON_RELEASE, in TEST_F()
/frameworks/native/services/inputflinger/reader/mapper/
DCursorInputMapper.cpp421 AMOTION_EVENT_ACTION_BUTTON_RELEASE, actionButton, 0, in sync()
DTouchInputMapper.cpp2042 dispatchMotion(when, readTime, policyFlags, mSource, AMOTION_EVENT_ACTION_BUTTON_RELEASE, in dispatchButtonRelease()
/frameworks/native/services/inputflinger/
DInputClassifierConverter.cpp83 static_assert(static_cast<common::V1_0::Action>(AMOTION_EVENT_ACTION_BUTTON_RELEASE) == in getAction()
/frameworks/native/libs/input/
DInput.cpp795 case AMOTION_EVENT_ACTION_BUTTON_RELEASE: in actionToString()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp189 case AMOTION_EVENT_ACTION_BUTTON_RELEASE: in isValidMotionAction()