Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DVelocityControl.cpp139 : mCurveSegments(createAccelerationCurveForPointerSensitivity(0)) {} in CurvedVelocityControl()
142 mCurveSegments = curve; in setCurve()
174 ratio = mCurveSegments[0].baseGain; in scaleDeltas()
189 for (const AccelerationCurveSegment& seg : mCurveSegments) { in segmentForSpeed()
197 return mCurveSegments.back(); in segmentForSpeed()
/frameworks/native/include/input/
DVelocityControl.h150 std::vector<AccelerationCurveSegment> mCurveSegments; variable