Searched refs:AMOTION_EVENT_ACTION_SCROLL (Results 1 – 15 of 15) sorted by relevance
/frameworks/native/services/inputflinger/tests/fuzzers/ |
D | FuzzedInputStream.h | 32 AMOTION_EVENT_ACTION_SCROLL, AMOTION_EVENT_ACTION_POINTER_DOWN, in getFuzzedMotionAction() 124 case AMOTION_EVENT_ACTION_SCROLL: in getFuzzedPointerCount()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputDeviceMetricsSource_test.cpp | 187 MotionArgsBuilder(AMOTION_EVENT_ACTION_SCROLL, in TEST_P() 267 MotionArgsBuilder(AMOTION_EVENT_ACTION_SCROLL, in TEST_P()
|
D | InputDispatcher_test.cpp | 87 static constexpr int32_t ACTION_SCROLL = AMOTION_EVENT_ACTION_SCROLL;
|
/frameworks/native/libs/input/rust/ |
D | input.rs | 130 Scroll = input_bindgen::AMOTION_EVENT_ACTION_SCROLL, 177 input_bindgen::AMOTION_EVENT_ACTION_SCROLL => MotionAction::Scroll, in from()
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | RotaryEncoderInputMapper.cpp | 150 displayId, policyFlags, AMOTION_EVENT_ACTION_SCROLL, 0, 0, in sync()
|
D | CursorInputMapper.cpp | 394 AMOTION_EVENT_ACTION_SCROLL, 0, 0, metaState, in sync()
|
D | TouchInputMapper.cpp | 3591 mSource, displayId, policyFlags, AMOTION_EVENT_ACTION_SCROLL, in dispatchPointerSimple()
|
/frameworks/native/include/android/ |
D | input.h | 354 AMOTION_EVENT_ACTION_SCROLL = 8, enumerator
|
/frameworks/native/services/inputflinger/ |
D | InputCommonConverter.cpp | 89 static_assert(static_cast<common::Action>(AMOTION_EVENT_ACTION_SCROLL) == in getAction()
|
D | UnwantedInteractionBlocker.cpp | 704 args.action == AMOTION_EVENT_ACTION_SCROLL; in processMotion()
|
/frameworks/native/libs/input/ |
D | VelocityTracker.cpp | 331 case AMOTION_EVENT_ACTION_SCROLL: in addMovement()
|
D | InputConsumer.cpp | 513 case AMOTION_EVENT_ACTION_SCROLL: { in updateTouchState()
|
D | Input.cpp | 990 case AMOTION_EVENT_ACTION_SCROLL: in actionToString()
|
/frameworks/native/libs/input/tests/ |
D | VelocityTracker_test.cpp | 158 ui::LogicalDisplayId::INVALID, INVALID_HMAC, AMOTION_EVENT_ACTION_SCROLL, in createAxisScrollMotionEventStream()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.cpp | 213 case AMOTION_EVENT_ACTION_SCROLL: in checkMotionAction() 700 if (maskedAction == AMOTION_EVENT_ACTION_SCROLL) { in getHoveringWindowsLocked() 2416 const bool newGesture = isDown || maskedAction == AMOTION_EVENT_ACTION_SCROLL || in findTouchedWindowTargetsLocked() 2836 if (maskedAction != AMOTION_EVENT_ACTION_SCROLL) { in findTouchedWindowTargetsLocked()
|