Searched refs:AMOTION_EVENT_ACTION_BUTTON_PRESS (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 2538 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, args.action); in TEST_F() 2634 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, args.action); in TEST_F() 2671 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, args.action); in TEST_F() 2786 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action); in TEST_F() 2829 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action); in TEST_F() 2837 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action); in TEST_F() 2901 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action); in TEST_F() 2942 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action); in TEST_F() 2983 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action); in TEST_F() 3024 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action); in TEST_F() [all …]
|
/frameworks/native/include/android/ |
D | input.h | 347 AMOTION_EVENT_ACTION_BUTTON_PRESS = 11, enumerator
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | CursorInputMapper.cpp | 425 AMOTION_EVENT_ACTION_BUTTON_PRESS, actionButton, 0, in sync()
|
D | TouchInputMapper.cpp | 2031 dispatchMotion(when, policyFlags, mSource, AMOTION_EVENT_ACTION_BUTTON_PRESS, actionButton, in dispatchButtonPress()
|
/frameworks/native/services/inputflinger/ |
D | InputClassifierConverter.cpp | 81 static_assert(static_cast<common::V1_0::Action>(AMOTION_EVENT_ACTION_BUTTON_PRESS) == in getAction()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.cpp | 150 case AMOTION_EVENT_ACTION_BUTTON_PRESS: in isValidMotionAction()
|