Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DCursorInputMapper_test.cpp49 constexpr auto BUTTON_PRESS = AMOTION_EVENT_ACTION_BUTTON_PRESS;
384 WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_PRESS), in TEST_F()
468 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_PRESS), in TEST_F()
502 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_PRESS), in TEST_F()
702 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_PRESS), in TEST_F()
734 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_PRESS), in TEST_F()
738 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_PRESS), in TEST_F()
797 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_PRESS), in TEST_P()
DCapturedTouchpadEventConverter_test.cpp806 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_PRESS), WithPointerCount(1u), in TEST_F()
850 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_PRESS), WithPointerCount(1u), in TEST_F()
875 WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_PRESS)); in TEST_F()
917 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_PRESS), in TEST_F()
928 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_PRESS), in TEST_F()
DTouchpadInputMapper_test.cpp35 constexpr auto BUTTON_PRESS = AMOTION_EVENT_ACTION_BUTTON_PRESS;
DGestureConverter_test.cpp163 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_PRESS), in TEST_F()
167 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_PRESS), in TEST_F()
244 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_PRESS), in TEST_F()
1234 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_PRESS), in TEST_F()
1281 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_PRESS), in TEST_F()
1412 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_PRESS), in TEST_F_WITH_FLAGS()
1457 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_PRESS), in TEST_F_WITH_FLAGS()
DInputReader_test.cpp2198 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_PRESS), in TYPED_TEST()
2247 AllOf(toolTypeDevice, WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_PRESS), in TYPED_TEST()
2324 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_PRESS), in TYPED_TEST()
5527 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action); in TEST_F()
5550 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action); in TEST_F()
5554 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action); in TEST_F()
5590 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action); in TEST_F()
5619 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action); in TEST_F()
5648 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action); in TEST_F()
5677 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action); in TEST_F()
[all …]
DInputDispatcher_test.cpp2601 MotionArgsBuilder(AMOTION_EVENT_ACTION_BUTTON_PRESS, AINPUT_SOURCE_MOUSE) in TEST_F()
2607 leftWindow->consumeMotionEvent(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_PRESS)); in TEST_F()
2686 MotionArgsBuilder(AMOTION_EVENT_ACTION_BUTTON_PRESS, AINPUT_SOURCE_MOUSE) in TEST_F()
2692 leftWindow->consumeMotionEvent(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_PRESS)); in TEST_F()
3138 MotionArgsBuilder(AMOTION_EVENT_ACTION_BUTTON_PRESS, AINPUT_SOURCE_MOUSE) in TEST_F()
3144 window->consumeMotionEvent(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_PRESS)); in TEST_F()
3216 MotionArgsBuilder(AMOTION_EVENT_ACTION_BUTTON_PRESS, AINPUT_SOURCE_MOUSE) in TEST_F()
3222 window->consumeMotionEvent(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_PRESS)); in TEST_F()
3915 MotionArgsBuilder(AMOTION_EVENT_ACTION_BUTTON_PRESS, AINPUT_SOURCE_MOUSE) in TEST_F()
3921 spyWindow->consumeMotionEvent(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_PRESS)); in TEST_F()
[all …]
/frameworks/native/libs/input/rust/
Dinput.rs132 ButtonPress = input_bindgen::AMOTION_EVENT_ACTION_BUTTON_PRESS,
178 input_bindgen::AMOTION_EVENT_ACTION_BUTTON_PRESS => MotionAction::ButtonPress, in from()
/frameworks/native/services/inputflinger/tests/fuzzers/
DFuzzedInputStream.h135 case AMOTION_EVENT_ACTION_BUTTON_PRESS: in getFuzzedPointerCount()
/frameworks/native/include/android/
Dinput.h363 AMOTION_EVENT_ACTION_BUTTON_PRESS = 11, enumerator
/frameworks/native/services/inputflinger/reader/mapper/
DCapturedTouchpadEventConverter.cpp268 out.push_back(makeMotionArgs(when, readTime, AMOTION_EVENT_ACTION_BUTTON_PRESS, coords, in sync()
DCursorInputMapper.cpp364 AMOTION_EVENT_ACTION_BUTTON_PRESS, actionButton, 0, in sync()
DTouchInputMapper.cpp2159 AMOTION_EVENT_ACTION_BUTTON_PRESS, actionButton, 0, metaState, in dispatchButtonPress()
2207 AMOTION_EVENT_ACTION_BUTTON_PRESS, actionButton, 0, metaState, in dispatchGestureButtonPress()
/frameworks/native/libs/input/
DVirtualInputDevice.cpp241 {AMOTION_EVENT_ACTION_BUTTON_PRESS, UinputAction::PRESS},
DInput.cpp996 case AMOTION_EVENT_ACTION_BUTTON_PRESS: in actionToString()
/frameworks/native/services/inputflinger/reader/mapper/gestures/
DGestureConverter.cpp258 pressEvents.push_back(makeMotionArgs(when, readTime, AMOTION_EVENT_ACTION_BUTTON_PRESS, in handleButtonsChange()
/frameworks/native/services/inputflinger/
DInputCommonConverter.cpp98 static_assert(static_cast<common::Action>(AMOTION_EVENT_ACTION_BUTTON_PRESS) == in getAction()
DUnwantedInteractionBlocker.cpp702 args.action == AMOTION_EVENT_ACTION_BUTTON_PRESS || in processMotion()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp231 case AMOTION_EVENT_ACTION_BUTTON_PRESS: in checkMotionAction()