Home
last modified time | relevance | path

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

/aosp12/frameworks/native/include/android/
H A Dinput.h357 AMOTION_EVENT_ACTION_BUTTON_PRESS = 11, enumerator
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp3966 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 DInputDispatcher_test.cpp1541 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 DCursorInputMapper.cpp446 AMOTION_EVENT_ACTION_BUTTON_PRESS, actionButton, 0, in sync()
H A DTouchInputMapper.cpp2088 dispatchMotion(when, readTime, policyFlags, mSource, AMOTION_EVENT_ACTION_BUTTON_PRESS, in dispatchButtonPress()
/aosp12/frameworks/native/services/inputflinger/
H A DInputClassifierConverter.cpp81 static_assert(static_cast<common::V1_0::Action>(AMOTION_EVENT_ACTION_BUTTON_PRESS) == in getAction()
/aosp12/frameworks/native/libs/input/
H A DInput.cpp844 case AMOTION_EVENT_ACTION_BUTTON_PRESS: in actionToString()
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp194 case AMOTION_EVENT_ACTION_BUTTON_PRESS: in isValidMotionAction()