/frameworks/native/services/inputflinger/benchmarks/ |
D | InputDispatcher_benchmarks.cpp | 284 motionArgs.action = AMOTION_EVENT_ACTION_UP; in benchmarkNotifyMotion() 316 event.setAction(AMOTION_EVENT_ACTION_UP); in benchmarkInjectMotion()
|
/frameworks/native/services/inputflinger/ |
D | UnwantedInteractionBlocker.cpp | 182 newArgs.action = AMOTION_EVENT_ACTION_UP; in removePointerIds() 498 case AMOTION_EVENT_ACTION_UP: in processPointerId() 595 resolvedAction == AMOTION_EVENT_ACTION_UP || in getTouches()
|
D | PreferStylusOverTouchBlocker.cpp | 101 args.action == AMOTION_EVENT_ACTION_UP || args.action == AMOTION_EVENT_ACTION_CANCEL; in processMotion()
|
D | InputCommonConverter.cpp | 67 static_assert(static_cast<common::Action>(AMOTION_EVENT_ACTION_UP) == common::Action::UP, in getAction()
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | CursorInputMapper.cpp | 400 motionEventAction = down ? AMOTION_EVENT_ACTION_DOWN : AMOTION_EVENT_ACTION_UP; in sync() 452 if (motionEventAction == AMOTION_EVENT_ACTION_UP && (mSource == AINPUT_SOURCE_MOUSE)) { in sync()
|
D | TouchInputMapper.cpp | 3546 displayId, policyFlags, AMOTION_EVENT_ACTION_UP, 0, 0, metaState, in dispatchPointerSimple() 3715 action = AMOTION_EVENT_ACTION_UP; in dispatchMotion()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 1176 consumeEvent(AINPUT_EVENT_TYPE_MOTION, AMOTION_EVENT_ACTION_UP, expectedDisplayId, in consumeMotionUp() 1499 return injectMotionEvent(dispatcher, AMOTION_EVENT_ACTION_UP, source, displayId, location); 1515 if (action == AMOTION_EVENT_ACTION_DOWN || action == AMOTION_EVENT_ACTION_UP) { in generateMotionArgs() 2097 MotionEventBuilder(AMOTION_EVENT_ACTION_UP, AINPUT_SOURCE_MOUSE) in TEST_F() 2184 MotionEventBuilder(AMOTION_EVENT_ACTION_UP, AINPUT_SOURCE_MOUSE) in TEST_F() 2614 generateMotionArgs(AMOTION_EVENT_ACTION_UP, AINPUT_SOURCE_TOUCHSCREEN, in TEST_P() 2671 generateMotionArgs(AMOTION_EVENT_ACTION_UP, AINPUT_SOURCE_TOUCHSCREEN, in TEST_P() 2734 generateMotionArgs(AMOTION_EVENT_ACTION_UP, AINPUT_SOURCE_TOUCHSCREEN, in TEST_P() 2791 generateMotionArgs(AMOTION_EVENT_ACTION_UP, AINPUT_SOURCE_TOUCHSCREEN, in TEST_P() 2869 generateMotionArgs(AMOTION_EVENT_ACTION_UP, AINPUT_SOURCE_TOUCHSCREEN, in TEST_F() [all …]
|
D | InputReader_test.cpp | 2467 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, args.action); in TEST_F() 2508 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, args.action); in TEST_F() 2657 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, args.action); in TEST_F() 4405 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, args.action); in TEST_F() 4468 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, args.action); in TEST_F() 4513 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, args.action); in TEST_F() 4626 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, motionArgs.action); in TEST_F() 4699 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, motionArgs.action); in TEST_F() 4947 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, args.action); in TEST_F() 5669 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, motionArgs.action); in TEST_F() [all …]
|
D | PreferStylusOverTouch_test.cpp | 29 constexpr int UP = AMOTION_EVENT_ACTION_UP;
|
D | UnwantedInteractionBlocker_test.cpp | 53 constexpr int UP = AMOTION_EVENT_ACTION_UP; 86 if (action == AMOTION_EVENT_ACTION_DOWN || action == AMOTION_EVENT_ACTION_UP) { in generateMotionArgs()
|
/frameworks/native/include/android/ |
D | input.h | 302 AMOTION_EVENT_ACTION_UP = 1, enumerator
|
/frameworks/native/libs/gui/tests/ |
D | EndToEndNativeInputTest.cpp | 186 EXPECT_EQ(AMOTION_EVENT_ACTION_UP, mev->getAction()); in expectTap() 204 EXPECT_EQ(AMOTION_EVENT_ACTION_UP, mev->getAction()); in expectTapWithFlag() 223 EXPECT_EQ(AMOTION_EVENT_ACTION_UP, mev->getAction()); in expectTapInDisplayCoordinates() 240 EXPECT_EQ(AMOTION_EVENT_ACTION_UP, keyEvent->getAction()); in expectKey()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputState.cpp | 98 case AMOTION_EVENT_ACTION_UP: in trackMotion()
|
D | InputDispatcher.cpp | 152 case AMOTION_EVENT_ACTION_UP: in isValidMotionAction() 2448 } else if (maskedAction == AMOTION_EVENT_ACTION_UP || in findTouchedWindowTargetsLocked() 2582 case AMOTION_EVENT_ACTION_UP: in addDragEventLocked() 3155 if (motionEntry.action == AMOTION_EVENT_ACTION_UP || in updateInteractionTokensLocked() 3418 if (actionMasked != AMOTION_EVENT_ACTION_UP && actionMasked != AMOTION_EVENT_ACTION_DOWN) { in getSignature() 3805 : AMOTION_EVENT_ACTION_UP; in splitMotionEvent()
|
/frameworks/native/libs/input/ |
D | Input.cpp | 821 case AMOTION_EVENT_ACTION_UP: in isTouchEvent() 845 case AMOTION_EVENT_ACTION_UP: in actionToString()
|
D | InputTransport.cpp | 1035 case AMOTION_EVENT_ACTION_UP: in updateTouchState()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_companion_virtual_InputController.cpp | 61 {AMOTION_EVENT_ACTION_UP, UinputAction::RELEASE},
|
/frameworks/native/libs/input/tests/ |
D | VelocityTracker_test.cpp | 154 action = AMOTION_EVENT_ACTION_UP; in createMotionEventStream()
|