/frameworks/native/services/inputflinger/tests/ |
D | PointerChoreographer_test.cpp | 953 mChoreographer.notifyMotion(MotionArgsBuilder(AMOTION_EVENT_ACTION_HOVER_ENTER, source) in TEST_P() 970 MotionArgsBuilder(AMOTION_EVENT_ACTION_HOVER_ENTER, AINPUT_SOURCE_STYLUS) in TEST_F() 987 MotionArgsBuilder(AMOTION_EVENT_ACTION_HOVER_ENTER, DRAWING_TABLET_SOURCE) in TEST_F() 1002 mChoreographer.notifyMotion(MotionArgsBuilder(AMOTION_EVENT_ACTION_HOVER_ENTER, source) in TEST_P() 1020 MotionArgsBuilder(AMOTION_EVENT_ACTION_HOVER_ENTER, AINPUT_SOURCE_STYLUS) in TEST_F() 1039 MotionArgsBuilder(AMOTION_EVENT_ACTION_HOVER_ENTER, DRAWING_TABLET_SOURCE) in TEST_F() 1061 mChoreographer.notifyMotion(MotionArgsBuilder(AMOTION_EVENT_ACTION_HOVER_ENTER, source) in TEST_P() 1079 mChoreographer.notifyMotion(MotionArgsBuilder(AMOTION_EVENT_ACTION_HOVER_ENTER, source) in TEST_P() 1103 mChoreographer.notifyMotion(MotionArgsBuilder(AMOTION_EVENT_ACTION_HOVER_ENTER, source) in TEST_P() 1129 mChoreographer.notifyMotion(MotionArgsBuilder(AMOTION_EVENT_ACTION_HOVER_ENTER, source) in TEST_P() [all …]
|
D | GestureConverter_test.cpp | 102 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_HOVER_ENTER), in TEST_F() 134 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_HOVER_ENTER), in TEST_F() 201 WithMotionAction(AMOTION_EVENT_ACTION_HOVER_ENTER)))); in TEST_F() 274 WithMotionAction(AMOTION_EVENT_ACTION_HOVER_ENTER)))); in TEST_F() 330 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_HOVER_ENTER), in TEST_F() 386 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_HOVER_ENTER), in TEST_F() 626 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_HOVER_ENTER), in TEST_F() 716 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_HOVER_ENTER))))); in TEST_F() 838 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_HOVER_ENTER), in TEST_F() 901 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_HOVER_ENTER), in TEST_F() [all …]
|
D | InputDeviceMetricsSource_test.cpp | 200 MotionArgsBuilder(AMOTION_EVENT_ACTION_HOVER_ENTER, in TEST_P() 213 MotionArgsBuilder(AMOTION_EVENT_ACTION_HOVER_ENTER, in TEST_P() 226 MotionArgsBuilder(AMOTION_EVENT_ACTION_HOVER_ENTER, in TEST_P()
|
D | TouchpadInputMapper_test.cpp | 38 constexpr auto HOVER_ENTER = AMOTION_EVENT_ACTION_HOVER_ENTER;
|
D | InputDispatcher_test.cpp | 84 static constexpr int32_t ACTION_HOVER_ENTER = AMOTION_EVENT_ACTION_HOVER_ENTER; 1624 rightWindow->consumeMotionEvent(WithMotionAction(AMOTION_EVENT_ACTION_HOVER_ENTER)); in TEST_F() 1637 leftWindow->consumeMotionEvent(WithMotionAction(AMOTION_EVENT_ACTION_HOVER_ENTER)); in TEST_F() 1730 rightWindow->consumeMotionEvent(WithMotionAction(AMOTION_EVENT_ACTION_HOVER_ENTER)); in TEST_F() 1741 leftWindow->consumeMotionEvent(WithMotionAction(AMOTION_EVENT_ACTION_HOVER_ENTER)); in TEST_F() 3348 MotionEventBuilder(AMOTION_EVENT_ACTION_HOVER_ENTER, in TEST_F() 3353 leftWindow->consumeMotionEvent(WithMotionAction(AMOTION_EVENT_ACTION_HOVER_ENTER)); in TEST_F() 3433 MotionArgsBuilder(AMOTION_EVENT_ACTION_HOVER_ENTER, AINPUT_SOURCE_MOUSE) in TEST_F() 3437 leftWindow->consumeMotionEvent(WithMotionAction(AMOTION_EVENT_ACTION_HOVER_ENTER)); in TEST_F() 4196 windowRight->consumeMotionEvent(WithMotionAction(AMOTION_EVENT_ACTION_HOVER_ENTER)); in TEST_F() [all …]
|
D | InputReader_test.cpp | 1254 {MotionArgsBuilder(AMOTION_EVENT_ACTION_HOVER_ENTER, AINPUT_SOURCE_STYLUS) in TEST_F() 2047 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_HOVER_ENTER), in TEST_P() 2241 AllOf(toolTypeDevice, WithMotionAction(AMOTION_EVENT_ACTION_HOVER_ENTER), in TYPED_TEST() 2273 AllOf(toolTypeDevice, WithMotionAction(AMOTION_EVENT_ACTION_HOVER_ENTER), in TYPED_TEST() 5896 ASSERT_EQ(AMOTION_EVENT_ACTION_HOVER_ENTER, motionArgs.action); in TEST_F() 5935 ASSERT_EQ(AMOTION_EVENT_ACTION_HOVER_ENTER, motionArgs.action); in TEST_F() 5967 ASSERT_EQ(AMOTION_EVENT_ACTION_HOVER_ENTER, motionArgs.action); in TEST_F() 6006 ASSERT_EQ(AMOTION_EVENT_ACTION_HOVER_ENTER, motionArgs.action); in TEST_F() 6298 WithMotionAction(AMOTION_EVENT_ACTION_HOVER_ENTER))); in TEST_F() 6317 WithMotionAction(AMOTION_EVENT_ACTION_HOVER_ENTER))); in TEST_F() [all …]
|
/frameworks/native/services/inputflinger/tests/fuzzers/ |
D | FuzzedInputStream.h | 29 AMOTION_EVENT_ACTION_HOVER_ENTER, AMOTION_EVENT_ACTION_HOVER_MOVE, in getFuzzedMotionAction() 120 case AMOTION_EVENT_ACTION_HOVER_ENTER: in getFuzzedPointerCount()
|
/frameworks/native/libs/input/rust/ |
D | input_verifier.rs | 521 input_bindgen::AMOTION_EVENT_ACTION_HOVER_ENTER, in correct_hover_sequence() 551 input_bindgen::AMOTION_EVENT_ACTION_HOVER_ENTER, in correct_hover_sequence() 566 input_bindgen::AMOTION_EVENT_ACTION_HOVER_ENTER, in double_hover_enter() 576 input_bindgen::AMOTION_EVENT_ACTION_HOVER_ENTER, in double_hover_enter()
|
D | input.rs | 124 HoverEnter = input_bindgen::AMOTION_EVENT_ACTION_HOVER_ENTER, 174 input_bindgen::AMOTION_EVENT_ACTION_HOVER_ENTER => MotionAction::HoverEnter, in from()
|
/frameworks/native/services/inputflinger/ |
D | PreferStylusOverTouchBlocker.cpp | 132 args.action == AMOTION_EVENT_ACTION_HOVER_ENTER) in processMotion()
|
D | UnwantedInteractionBlocker.cpp | 517 case AMOTION_EVENT_ACTION_HOVER_ENTER: { in processPointerId() 699 const bool skipThisEvent = args.action == AMOTION_EVENT_ACTION_HOVER_ENTER || in processMotion()
|
D | InputCommonConverter.cpp | 92 static_assert(static_cast<common::Action>(AMOTION_EVENT_ACTION_HOVER_ENTER) == in getAction()
|
D | PointerChoreographer.cpp | 52 return action == AMOTION_EVENT_ACTION_HOVER_ENTER || in isHoverAction()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputState.cpp | 186 case AMOTION_EVENT_ACTION_HOVER_ENTER: in trackMotion() 367 actionMasked == AMOTION_EVENT_ACTION_HOVER_ENTER) { in shouldCancelPreviousStream()
|
D | InputDispatcher.cpp | 203 case AMOTION_EVENT_ACTION_HOVER_ENTER: in checkMotionAction() 2409 maskedAction == AMOTION_EVENT_ACTION_HOVER_ENTER || in findTouchedWindowTargetsLocked() 2417 maskedAction == AMOTION_EVENT_ACTION_HOVER_ENTER || in findTouchedWindowTargetsLocked() 3481 resolvedAction = AMOTION_EVENT_ACTION_HOVER_ENTER; in enqueueDispatchEntryLocked() 3495 resolvedAction = AMOTION_EVENT_ACTION_HOVER_ENTER; in enqueueDispatchEntryLocked()
|
/frameworks/native/include/android/ |
D | input.h | 357 AMOTION_EVENT_ACTION_HOVER_ENTER = 9, enumerator
|
/frameworks/native/services/inputflinger/reader/ |
D | InputReader.cpp | 65 if (actionMasked != AMOTION_EVENT_ACTION_HOVER_ENTER && in isStylusPointerGestureStart() 76 motion.action == AMOTION_EVENT_ACTION_HOVER_ENTER; in isNewGestureStart()
|
/frameworks/native/services/inputflinger/reader/mapper/gestures/ |
D | GestureConverter.cpp | 598 return {makeHoverEvent(when, readTime, AMOTION_EVENT_ACTION_HOVER_ENTER)}; in enterHover()
|
/frameworks/native/libs/input/ |
D | VelocityTracker.cpp | 285 case AMOTION_EVENT_ACTION_HOVER_ENTER: in addMovement()
|
D | Input.cpp | 992 case AMOTION_EVENT_ACTION_HOVER_ENTER: in actionToString()
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | TouchInputMapper.cpp | 2102 AMOTION_EVENT_ACTION_HOVER_ENTER, 0, 0, metaState, in dispatchHoverEnterAndMove() 3559 AMOTION_EVENT_ACTION_HOVER_ENTER, 0, 0, metaState, in dispatchPointerSimple()
|