Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/benchmarks/
DInputDispatcher_benchmarks.cpp284 motionArgs.action = AMOTION_EVENT_ACTION_UP; in benchmarkNotifyMotion()
316 event.setAction(AMOTION_EVENT_ACTION_UP); in benchmarkInjectMotion()
/frameworks/native/services/inputflinger/
DUnwantedInteractionBlocker.cpp182 newArgs.action = AMOTION_EVENT_ACTION_UP; in removePointerIds()
498 case AMOTION_EVENT_ACTION_UP: in processPointerId()
595 resolvedAction == AMOTION_EVENT_ACTION_UP || in getTouches()
DPreferStylusOverTouchBlocker.cpp101 args.action == AMOTION_EVENT_ACTION_UP || args.action == AMOTION_EVENT_ACTION_CANCEL; in processMotion()
DInputCommonConverter.cpp67 static_assert(static_cast<common::Action>(AMOTION_EVENT_ACTION_UP) == common::Action::UP, in getAction()
/frameworks/native/services/inputflinger/reader/mapper/
DCursorInputMapper.cpp400 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()
DTouchInputMapper.cpp3546 displayId, policyFlags, AMOTION_EVENT_ACTION_UP, 0, 0, metaState, in dispatchPointerSimple()
3715 action = AMOTION_EVENT_ACTION_UP; in dispatchMotion()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp1176 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 …]
DInputReader_test.cpp2467 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 …]
DPreferStylusOverTouch_test.cpp29 constexpr int UP = AMOTION_EVENT_ACTION_UP;
DUnwantedInteractionBlocker_test.cpp53 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/
Dinput.h302 AMOTION_EVENT_ACTION_UP = 1, enumerator
/frameworks/native/libs/gui/tests/
DEndToEndNativeInputTest.cpp186 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/
DInputState.cpp98 case AMOTION_EVENT_ACTION_UP: in trackMotion()
DInputDispatcher.cpp152 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/
DInput.cpp821 case AMOTION_EVENT_ACTION_UP: in isTouchEvent()
845 case AMOTION_EVENT_ACTION_UP: in actionToString()
DInputTransport.cpp1035 case AMOTION_EVENT_ACTION_UP: in updateTouchState()
/frameworks/base/services/core/jni/
Dcom_android_server_companion_virtual_InputController.cpp61 {AMOTION_EVENT_ACTION_UP, UinputAction::RELEASE},
/frameworks/native/libs/input/tests/
DVelocityTracker_test.cpp154 action = AMOTION_EVENT_ACTION_UP; in createMotionEventStream()