Searched refs:AMOTION_EVENT_ACTION_BUTTON_PRESS (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/native/include/android/ |
H A D | input.h | 357 AMOTION_EVENT_ACTION_BUTTON_PRESS = 11, enumerator
|
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | InputReader_test.cpp | 3966 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, args.action); in TEST_F() 4057 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, args.action); in TEST_F() 4090 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, args.action); in TEST_F() 4204 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action); in TEST_F() 4247 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action); in TEST_F() 4255 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action); in TEST_F() 4319 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action); in TEST_F() 4360 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action); in TEST_F() 4401 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action); in TEST_F() 4527 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, args.action); in TEST_F() [all …]
|
H A D | InputDispatcher_test.cpp | 1541 MotionEventBuilder(AMOTION_EVENT_ACTION_BUTTON_PRESS, in TEST_F() 1549 windowLeft->consumeEvent(AINPUT_EVENT_TYPE_MOTION, AMOTION_EVENT_ACTION_BUTTON_PRESS, in TEST_F() 1629 MotionEventBuilder(AMOTION_EVENT_ACTION_BUTTON_PRESS, in TEST_F() 1637 window->consumeEvent(AINPUT_EVENT_TYPE_MOTION, AMOTION_EVENT_ACTION_BUTTON_PRESS, in TEST_F()
|
/aosp12/frameworks/native/services/inputflinger/reader/mapper/ |
H A D | CursorInputMapper.cpp | 446 AMOTION_EVENT_ACTION_BUTTON_PRESS, actionButton, 0, in sync()
|
H A D | TouchInputMapper.cpp | 2088 dispatchMotion(when, readTime, policyFlags, mSource, AMOTION_EVENT_ACTION_BUTTON_PRESS, in dispatchButtonPress()
|
/aosp12/frameworks/native/services/inputflinger/ |
H A D | InputClassifierConverter.cpp | 81 static_assert(static_cast<common::V1_0::Action>(AMOTION_EVENT_ACTION_BUTTON_PRESS) == in getAction()
|
/aosp12/frameworks/native/libs/input/ |
H A D | Input.cpp | 844 case AMOTION_EVENT_ACTION_BUTTON_PRESS: in actionToString()
|
/aosp12/frameworks/native/services/inputflinger/dispatcher/ |
H A D | InputDispatcher.cpp | 194 case AMOTION_EVENT_ACTION_BUTTON_PRESS: in isValidMotionAction()
|