/frameworks/native/services/inputflinger/tests/fuzzers/ |
D | FuzzedInputStream.h | 28 AMOTION_EVENT_ACTION_DOWN, AMOTION_EVENT_ACTION_UP, AMOTION_EVENT_ACTION_MOVE, in getFuzzedMotionAction() 113 case AMOTION_EVENT_ACTION_UP: { in getFuzzedPointerCount()
|
/frameworks/native/services/inputflinger/benchmarks/ |
D | InputDispatcher_benchmarks.cpp | 127 motionArgs.action = AMOTION_EVENT_ACTION_UP; in benchmarkNotifyMotion() 160 event.setAction(AMOTION_EVENT_ACTION_UP); in benchmarkInjectMotion()
|
/frameworks/native/services/inputflinger/tests/ |
D | GestureConverter_test.cpp | 199 WithMotionAction(AMOTION_EVENT_ACTION_UP)), in TEST_F() 272 WithMotionAction(AMOTION_EVENT_ACTION_UP)), in TEST_F() 323 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_UP), in TEST_F() 380 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_UP), in TEST_F() 619 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_UP), in TEST_F() 713 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_UP), in TEST_F() 831 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_UP), in TEST_F() 896 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_UP), in TEST_F() 959 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_UP), in TEST_F() 1046 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_UP), in TEST_F() [all …]
|
D | CursorInputMapper_test.cpp | 48 constexpr auto ACTION_UP = AMOTION_EVENT_ACTION_UP; 417 WithMotionAction(AMOTION_EVENT_ACTION_UP), in TEST_F() 480 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_UP), in TEST_F() 528 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_UP), in TEST_F() 714 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_UP), in TEST_F() 766 WithMotionAction(AMOTION_EVENT_ACTION_UP), in TEST_F()
|
D | InputReader_test.cpp | 1244 secondMapper.setProcessResult({MotionArgsBuilder(AMOTION_EVENT_ACTION_UP, AINPUT_SOURCE_STYLUS) in TEST_F() 1776 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, args.action); in TEST_P() 1817 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, args.action); in TEST_P() 1966 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, args.action); in TEST_P() 1998 mTestListener->assertNotifyMotionWasCalled(WithMotionAction(AMOTION_EVENT_ACTION_UP))); in TEST_P() 2020 mTestListener->assertNotifyMotionWasCalled(WithMotionAction(AMOTION_EVENT_ACTION_UP))); in TEST_P() 2038 mTestListener->assertNotifyMotionWasCalled(WithMotionAction(AMOTION_EVENT_ACTION_UP))); in TEST_P() 2093 mTestListener->assertNotifyMotionWasCalled(WithMotionAction(AMOTION_EVENT_ACTION_UP))); in TEST_P() 2210 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_UP), in TYPED_TEST() 2270 AllOf(toolTypeDevice, WithMotionAction(AMOTION_EVENT_ACTION_UP), in TYPED_TEST() [all …]
|
D | TouchpadInputMapper_test.cpp | 34 constexpr auto ACTION_UP = AMOTION_EVENT_ACTION_UP;
|
D | InputDispatcher_test.cpp | 80 static_assert(AMOTION_EVENT_ACTION_UP == AKEY_EVENT_ACTION_UP); 83 static constexpr int32_t ACTION_UP = AMOTION_EVENT_ACTION_UP; 470 mInputReceiver.consumeEvent(InputEventType::MOTION, AMOTION_EVENT_ACTION_UP, in consumeMotionUp() 599 return injectMotionEvent(dispatcher, AMOTION_EVENT_ACTION_UP, source, displayId, location); 617 if (action == AMOTION_EVENT_ACTION_DOWN || action == AMOTION_EVENT_ACTION_UP) { in generateMotionArgs() 1293 MotionEventBuilder(AMOTION_EVENT_ACTION_UP, in TEST_P() 1654 MotionEventBuilder(AMOTION_EVENT_ACTION_UP, in TEST_F() 1661 leftWindow->consumeMotionEvent(WithMotionAction(AMOTION_EVENT_ACTION_UP)); in TEST_F() 1678 MotionEventBuilder(AMOTION_EVENT_ACTION_UP, in TEST_F() 1685 rightWindow->consumeMotionEvent(WithMotionAction(AMOTION_EVENT_ACTION_UP)); in TEST_F() [all …]
|
D | CapturedTouchpadEventConverter_test.cpp | 255 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_UP), WithPointerCount(1u), in TEST_F() 721 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_UP), WithPointerCount(1u), in TEST_F() 826 WithMotionAction(AMOTION_EVENT_ACTION_UP)); in TEST_F() 891 WithMotionAction(AMOTION_EVENT_ACTION_UP)); in TEST_F()
|
D | MultiTouchInputMapper_test.cpp | 273 VariantWith<NotifyMotionArgs>(WithMotionAction(AMOTION_EVENT_ACTION_UP)))); in TEST_F()
|
D | PreferStylusOverTouch_test.cpp | 29 constexpr int UP = AMOTION_EVENT_ACTION_UP;
|
D | FakeWindows.h | 317 consumeMotionEvent(testing::AllOf(WithMotionAction(AMOTION_EVENT_ACTION_UP),
|
/frameworks/native/services/inputflinger/ |
D | PreferStylusOverTouchBlocker.cpp | 106 args.action == AMOTION_EVENT_ACTION_UP || args.action == AMOTION_EVENT_ACTION_CANCEL) in processMotion() 107 : (args.action == AMOTION_EVENT_ACTION_UP || in processMotion()
|
D | UnwantedInteractionBlocker.cpp | 202 newArgs.action = AMOTION_EVENT_ACTION_UP; in removePointerIds() 530 case AMOTION_EVENT_ACTION_UP: in processPointerId() 627 resolvedAction == AMOTION_EVENT_ACTION_UP || in getTouches()
|
/frameworks/native/libs/input/rust/ |
D | input_verifier.rs | 342 input_bindgen::AMOTION_EVENT_ACTION_UP, in single_pointer_stream() 392 input_bindgen::AMOTION_EVENT_ACTION_UP, in two_pointer_stream() 443 input_bindgen::AMOTION_EVENT_ACTION_UP, in multi_device_stream() 506 input_bindgen::AMOTION_EVENT_ACTION_UP, in invalid_up()
|
D | input.rs | 106 Up = input_bindgen::AMOTION_EVENT_ACTION_UP, 164 input_bindgen::AMOTION_EVENT_ACTION_UP => MotionAction::Up, in from()
|
/frameworks/native/services/inputflinger/reader/mapper/gestures/ |
D | GestureConverter.cpp | 289 out.push_back(makeMotionArgs(when, readTime, AMOTION_EVENT_ACTION_UP, /* actionButton= */ 0, in handleButtonsChange() 319 out.push_back(makeMotionArgs(when, readTime, AMOTION_EVENT_ACTION_UP, /*actionButton=*/0, in releaseAllButtons() 427 makeMotionArgs(when, readTime, AMOTION_EVENT_ACTION_UP, /* actionButton= */ 0, in endScroll() 515 out.push_back(makeMotionArgs(when, readTime, AMOTION_EVENT_ACTION_UP, in handleMultiFingerSwipeLift() 587 out.push_back(makeMotionArgs(when, readTime, AMOTION_EVENT_ACTION_UP, /*actionButton=*/0, in endPinch()
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | CursorInputMapper.cpp | 326 motionEventAction = down ? AMOTION_EVENT_ACTION_DOWN : AMOTION_EVENT_ACTION_UP; in sync() 376 if (motionEventAction == AMOTION_EVENT_ACTION_UP && (mSource == AINPUT_SOURCE_MOUSE)) { in sync()
|
D | CapturedTouchpadEventConverter.cpp | 230 action = cancel ? AMOTION_EVENT_ACTION_CANCEL : AMOTION_EVENT_ACTION_UP; in sync()
|
/frameworks/native/libs/gui/tests/ |
D | EndToEndNativeInputTest.cpp | 222 EXPECT_EQ(AMOTION_EVENT_ACTION_UP, mev->getAction()); in expectTap() 240 EXPECT_EQ(AMOTION_EVENT_ACTION_UP, mev->getAction()); in expectTapWithFlag() 259 EXPECT_EQ(AMOTION_EVENT_ACTION_UP, mev->getAction()); in expectTapInDisplayCoordinates() 276 EXPECT_EQ(AMOTION_EVENT_ACTION_UP, keyEvent->getAction()); in expectKey()
|
/frameworks/native/include/android/ |
D | input.h | 305 AMOTION_EVENT_ACTION_UP = 1, enumerator
|
/frameworks/native/libs/input/ |
D | MotionPredictorMetricsManager.cpp | 98 case AMOTION_EVENT_ACTION_UP: in onRecord()
|
D | MotionPredictor.cpp | 176 if (action == AMOTION_EVENT_ACTION_UP || action == AMOTION_EVENT_ACTION_CANCEL) { in record()
|
D | Android.bp | 89 "--allowlist-var=AMOTION_EVENT_ACTION_UP",
|
D | Input.cpp | 94 : AMOTION_EVENT_ACTION_UP; in resolveActionForSplitMotionEvent() 952 case AMOTION_EVENT_ACTION_UP: in isTouchEvent() 976 case AMOTION_EVENT_ACTION_UP: in actionToString()
|
/frameworks/native/libs/input/tests/ |
D | MotionPredictor_test.cpp | 38 constexpr int32_t UP = AMOTION_EVENT_ACTION_UP;
|