Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DCursorInputMapper_test.cpp50 constexpr auto BUTTON_RELEASE = AMOTION_EVENT_ACTION_BUTTON_RELEASE;
404 WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_RELEASE), in TEST_F()
477 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_RELEASE), in TEST_F()
525 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_RELEASE), in TEST_F()
710 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_RELEASE), in TEST_F()
748 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_RELEASE), in TEST_F()
761 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_RELEASE), in TEST_F()
806 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_RELEASE), in TEST_P()
DGestureConverter_test.cpp183 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_RELEASE), in TEST_F()
196 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_RELEASE), in TEST_F()
269 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_RELEASE), in TEST_F()
1038 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_RELEASE), in TEST_F()
1042 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_RELEASE), in TEST_F()
1239 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_RELEASE), in TEST_F()
1298 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_RELEASE), in TEST_F()
1416 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_RELEASE), in TEST_F_WITH_FLAGS()
1474 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_RELEASE), in TEST_F_WITH_FLAGS()
DTouchpadInputMapper_test.cpp36 constexpr auto BUTTON_RELEASE = AMOTION_EVENT_ACTION_BUTTON_RELEASE;
DCapturedTouchpadEventConverter_test.cpp821 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_RELEASE), WithPointerCount(1u), in TEST_F()
886 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_RELEASE), WithPointerCount(1u), in TEST_F()
940 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_RELEASE), in TEST_F()
951 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_RELEASE), in TEST_F()
DInputReader_test.cpp2206 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_RELEASE), in TYPED_TEST()
2283 AllOf(toolTypeDevice, WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_RELEASE), in TYPED_TEST()
2334 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_RELEASE), in TYPED_TEST()
5533 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, motionArgs.action); in TEST_F()
5561 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, motionArgs.action); in TEST_F()
5571 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, motionArgs.action); in TEST_F()
5596 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, motionArgs.action); in TEST_F()
5625 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, motionArgs.action); in TEST_F()
5654 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, motionArgs.action); in TEST_F()
5683 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, motionArgs.action); in TEST_F()
[all …]
DInputDispatcher_test.cpp4230 MotionEventBuilder(AMOTION_EVENT_ACTION_BUTTON_RELEASE, in TEST_F()
4236 windowLeft->consumeMotionEvent(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_RELEASE)); in TEST_F()
4655 MotionEventBuilder(AMOTION_EVENT_ACTION_BUTTON_RELEASE, in TEST_F()
4661 window->consumeMotionEvent(WithMotionAction(AMOTION_EVENT_ACTION_BUTTON_RELEASE)); in TEST_F()
/frameworks/native/libs/input/rust/
Dinput.rs134 ButtonRelease = input_bindgen::AMOTION_EVENT_ACTION_BUTTON_RELEASE,
179 input_bindgen::AMOTION_EVENT_ACTION_BUTTON_RELEASE => MotionAction::ButtonRelease, in from()
/frameworks/native/services/inputflinger/tests/fuzzers/
DFuzzedInputStream.h136 case AMOTION_EVENT_ACTION_BUTTON_RELEASE: { in getFuzzedPointerCount()
/frameworks/native/services/inputflinger/reader/mapper/gestures/
DGestureConverter.cpp282 out.push_back(makeMotionArgs(when, readTime, AMOTION_EVENT_ACTION_BUTTON_RELEASE, in handleButtonsChange()
312 out.push_back(makeMotionArgs(when, readTime, AMOTION_EVENT_ACTION_BUTTON_RELEASE, in releaseAllButtons()
/frameworks/native/include/android/
Dinput.h366 AMOTION_EVENT_ACTION_BUTTON_RELEASE = 12, enumerator
/frameworks/native/services/inputflinger/reader/mapper/
DCapturedTouchpadEventConverter.cpp219 out.push_back(makeMotionArgs(when, readTime, AMOTION_EVENT_ACTION_BUTTON_RELEASE, in sync()
DCursorInputMapper.cpp340 AMOTION_EVENT_ACTION_BUTTON_RELEASE, actionButton, 0, in sync()
DTouchInputMapper.cpp2137 AMOTION_EVENT_ACTION_BUTTON_RELEASE, actionButton, 0, in dispatchButtonRelease()
2183 AMOTION_EVENT_ACTION_BUTTON_RELEASE, actionButton, 0, in dispatchGestureButtonRelease()
/frameworks/native/libs/input/
DVirtualInputDevice.cpp242 {AMOTION_EVENT_ACTION_BUTTON_RELEASE, UinputAction::RELEASE},
DInput.cpp998 case AMOTION_EVENT_ACTION_BUTTON_RELEASE: in actionToString()
/frameworks/native/services/inputflinger/
DInputCommonConverter.cpp101 static_assert(static_cast<common::Action>(AMOTION_EVENT_ACTION_BUTTON_RELEASE) == in getAction()
DUnwantedInteractionBlocker.cpp703 args.action == AMOTION_EVENT_ACTION_BUTTON_RELEASE || in processMotion()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp232 case AMOTION_EVENT_ACTION_BUTTON_RELEASE: { in checkMotionAction()