Searched refs:AMOTION_EVENT_ACTION_BUTTON_RELEASE (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/include/android/ |
D | input.h | 360 AMOTION_EVENT_ACTION_BUTTON_RELEASE = 12, enumerator
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 3960 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 …]
|
D | InputDispatcher_test.cpp | 1538 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/ |
D | CursorInputMapper.cpp | 421 AMOTION_EVENT_ACTION_BUTTON_RELEASE, actionButton, 0, in sync()
|
D | TouchInputMapper.cpp | 2042 dispatchMotion(when, readTime, policyFlags, mSource, AMOTION_EVENT_ACTION_BUTTON_RELEASE, in dispatchButtonRelease()
|
/frameworks/native/services/inputflinger/ |
D | InputClassifierConverter.cpp | 83 static_assert(static_cast<common::V1_0::Action>(AMOTION_EVENT_ACTION_BUTTON_RELEASE) == in getAction()
|
/frameworks/native/libs/input/ |
D | Input.cpp | 795 case AMOTION_EVENT_ACTION_BUTTON_RELEASE: in actionToString()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.cpp | 189 case AMOTION_EVENT_ACTION_BUTTON_RELEASE: in isValidMotionAction()
|