Searched refs:AMOTION_EVENT_AXIS_SCROLL (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/services/inputflinger/reader/mapper/ |
D | RotaryEncoderInputMapper.cpp | 57 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/ |
D | VelocityTracker_test.cpp | 150 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/ |
D | VelocityTracker.cpp | 71 {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/ |
D | InputDeviceMetricsSource_test.cpp | 190 .axis(AMOTION_EVENT_AXIS_SCROLL, 10) in TEST_P()
|
/frameworks/native/include/android/ |
D | input.h | 674 AMOTION_EVENT_AXIS_SCROLL = 26, enumerator
|
/frameworks/native/services/inputflinger/ |
D | InputCommonConverter.cpp | 245 static_assert(static_cast<common::Axis>(AMOTION_EVENT_AXIS_SCROLL) == common::Axis::SCROLL);
|