Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DVelocityTracker.cpp1028 VelocityTracker lsq2(VelocityTracker::Strategy::LSQ2); in getVelocity() local
1031 lsq2.addMovement(mvt.eventTime, pointerId, AMOTION_EVENT_AXIS_X, mvt.position); in getVelocity()
1033 std::optional<float> v = lsq2.getVelocity(AMOTION_EVENT_AXIS_X, pointerId); in getVelocity()