Home
last modified time | relevance | path

Searched refs:AMOTION_EVENT_ACTION_SCROLL (Results 1 – 15 of 15) sorted by relevance

/frameworks/native/services/inputflinger/tests/fuzzers/
DFuzzedInputStream.h32 AMOTION_EVENT_ACTION_SCROLL, AMOTION_EVENT_ACTION_POINTER_DOWN, in getFuzzedMotionAction()
124 case AMOTION_EVENT_ACTION_SCROLL: in getFuzzedPointerCount()
/frameworks/native/services/inputflinger/tests/
DInputDeviceMetricsSource_test.cpp187 MotionArgsBuilder(AMOTION_EVENT_ACTION_SCROLL, in TEST_P()
267 MotionArgsBuilder(AMOTION_EVENT_ACTION_SCROLL, in TEST_P()
DInputDispatcher_test.cpp87 static constexpr int32_t ACTION_SCROLL = AMOTION_EVENT_ACTION_SCROLL;
/frameworks/native/libs/input/rust/
Dinput.rs130 Scroll = input_bindgen::AMOTION_EVENT_ACTION_SCROLL,
177 input_bindgen::AMOTION_EVENT_ACTION_SCROLL => MotionAction::Scroll, in from()
/frameworks/native/services/inputflinger/reader/mapper/
DRotaryEncoderInputMapper.cpp150 displayId, policyFlags, AMOTION_EVENT_ACTION_SCROLL, 0, 0, in sync()
DCursorInputMapper.cpp394 AMOTION_EVENT_ACTION_SCROLL, 0, 0, metaState, in sync()
DTouchInputMapper.cpp3591 mSource, displayId, policyFlags, AMOTION_EVENT_ACTION_SCROLL, in dispatchPointerSimple()
/frameworks/native/include/android/
Dinput.h354 AMOTION_EVENT_ACTION_SCROLL = 8, enumerator
/frameworks/native/services/inputflinger/
DInputCommonConverter.cpp89 static_assert(static_cast<common::Action>(AMOTION_EVENT_ACTION_SCROLL) == in getAction()
DUnwantedInteractionBlocker.cpp704 args.action == AMOTION_EVENT_ACTION_SCROLL; in processMotion()
/frameworks/native/libs/input/
DVelocityTracker.cpp331 case AMOTION_EVENT_ACTION_SCROLL: in addMovement()
DInputConsumer.cpp513 case AMOTION_EVENT_ACTION_SCROLL: { in updateTouchState()
DInput.cpp990 case AMOTION_EVENT_ACTION_SCROLL: in actionToString()
/frameworks/native/libs/input/tests/
DVelocityTracker_test.cpp158 ui::LogicalDisplayId::INVALID, INVALID_HMAC, AMOTION_EVENT_ACTION_SCROLL, in createAxisScrollMotionEventStream()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp213 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()