Searched refs:AMOTION_EVENT_ACTION_BUTTON_RELEASE (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 2560 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, args.action); in TEST_F() 2642 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, args.action); in TEST_F() 2690 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, args.action); in TEST_F() 2795 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, motionArgs.action); in TEST_F() 2848 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, motionArgs.action); in TEST_F() 2864 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, motionArgs.action); in TEST_F() 2910 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, motionArgs.action); in TEST_F() 2951 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, motionArgs.action); in TEST_F() 2992 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, motionArgs.action); in TEST_F() 3033 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, motionArgs.action); in TEST_F() [all …]
|
/frameworks/native/include/android/ |
D | input.h | 350 AMOTION_EVENT_ACTION_BUTTON_RELEASE = 12, enumerator
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | CursorInputMapper.cpp | 400 AMOTION_EVENT_ACTION_BUTTON_RELEASE, actionButton, 0, in sync()
|
D | TouchInputMapper.cpp | 2013 dispatchMotion(when, 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/services/inputflinger/dispatcher/ |
D | InputDispatcher.cpp | 151 case AMOTION_EVENT_ACTION_BUTTON_RELEASE: in isValidMotionAction()
|