Home
last modified time | relevance | path

Searched refs:AMOTION_EVENT_AXIS_SCROLL (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/
DRotaryEncoderInputMapper.cpp57 info.addMotionRange(AMOTION_EVENT_AXIS_SCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f, in populateDeviceInfo()
136 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_SCROLL, scroll * mScalingFactor); in sync()
/frameworks/native/libs/input/tests/
DVelocityTracker_test.cpp150 coords[0].setAxisValue(AMOTION_EVENT_AXIS_SCROLL, value); in createAxisScrollMotionEventStream()
262 checkVelocity(computeVelocity(strategy, events, AMOTION_EVENT_AXIS_SCROLL), targetVelocity); in computeAndCheckAxisScrollVelocity()
266 AMOTION_EVENT_AXIS_SCROLL), in computeAndCheckAxisScrollVelocity()
296 case AMOTION_EVENT_AXIS_SCROLL: in TEST()
347 EXPECT_FALSE(computedVelocity.getVelocity(AMOTION_EVENT_AXIS_SCROLL, id)) in TEST_F()
439 EXPECT_FALSE(computedVelocity.getVelocity(AMOTION_EVENT_AXIS_SCROLL, DEFAULT_POINTER_ID)); in TEST_F()
1407 AMOTION_EVENT_AXIS_SCROLL), in TEST_F()
1409 AMOTION_EVENT_AXIS_SCROLL)); in TEST_F()
/frameworks/native/libs/input/
DVelocityTracker.cpp71 {AMOTION_EVENT_AXIS_SCROLL, VelocityTracker::Strategy::IMPULSE}};
77 static const std::set<int32_t> DIFFERENTIAL_AXES = {AMOTION_EVENT_AXIS_SCROLL};
332 axesToProcess.insert(AMOTION_EVENT_AXIS_SCROLL); in addMovement()
/frameworks/native/services/inputflinger/tests/
DInputDeviceMetricsSource_test.cpp190 .axis(AMOTION_EVENT_AXIS_SCROLL, 10) in TEST_P()
/frameworks/native/include/android/
Dinput.h674 AMOTION_EVENT_AXIS_SCROLL = 26, enumerator
/frameworks/native/services/inputflinger/
DInputCommonConverter.cpp245 static_assert(static_cast<common::Axis>(AMOTION_EVENT_AXIS_SCROLL) == common::Axis::SCROLL);