/frameworks/native/services/inputflinger/tests/ |
D | CursorInputMapper_test.cpp | 50 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()
|
D | GestureConverter_test.cpp | 183 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()
|
D | TouchpadInputMapper_test.cpp | 36 constexpr auto BUTTON_RELEASE = AMOTION_EVENT_ACTION_BUTTON_RELEASE;
|
D | CapturedTouchpadEventConverter_test.cpp | 821 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()
|
D | InputReader_test.cpp | 2206 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 …]
|
D | InputDispatcher_test.cpp | 4230 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/ |
D | input.rs | 134 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/ |
D | FuzzedInputStream.h | 136 case AMOTION_EVENT_ACTION_BUTTON_RELEASE: { in getFuzzedPointerCount()
|
/frameworks/native/services/inputflinger/reader/mapper/gestures/ |
D | GestureConverter.cpp | 282 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/ |
D | input.h | 366 AMOTION_EVENT_ACTION_BUTTON_RELEASE = 12, enumerator
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | CapturedTouchpadEventConverter.cpp | 219 out.push_back(makeMotionArgs(when, readTime, AMOTION_EVENT_ACTION_BUTTON_RELEASE, in sync()
|
D | CursorInputMapper.cpp | 340 AMOTION_EVENT_ACTION_BUTTON_RELEASE, actionButton, 0, in sync()
|
D | TouchInputMapper.cpp | 2137 AMOTION_EVENT_ACTION_BUTTON_RELEASE, actionButton, 0, in dispatchButtonRelease() 2183 AMOTION_EVENT_ACTION_BUTTON_RELEASE, actionButton, 0, in dispatchGestureButtonRelease()
|
/frameworks/native/libs/input/ |
D | VirtualInputDevice.cpp | 242 {AMOTION_EVENT_ACTION_BUTTON_RELEASE, UinputAction::RELEASE},
|
D | Input.cpp | 998 case AMOTION_EVENT_ACTION_BUTTON_RELEASE: in actionToString()
|
/frameworks/native/services/inputflinger/ |
D | InputCommonConverter.cpp | 101 static_assert(static_cast<common::Action>(AMOTION_EVENT_ACTION_BUTTON_RELEASE) == in getAction()
|
D | UnwantedInteractionBlocker.cpp | 703 args.action == AMOTION_EVENT_ACTION_BUTTON_RELEASE || in processMotion()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.cpp | 232 case AMOTION_EVENT_ACTION_BUTTON_RELEASE: { in checkMotionAction()
|