Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DVelocityControl.cpp138 CurvedVelocityControl::CurvedVelocityControl() in CurvedVelocityControl() function in android::CurvedVelocityControl
141 void CurvedVelocityControl::setCurve(const std::vector<AccelerationCurveSegment>& curve) { in setCurve()
145 void CurvedVelocityControl::setAccelerationEnabled(bool enabled) { in setAccelerationEnabled()
149 void CurvedVelocityControl::scaleDeltas(float* deltaX, float* deltaY) { in scaleDeltas()
188 const AccelerationCurveSegment& CurvedVelocityControl::segmentForSpeed(float speedMmPerS) { in segmentForSpeed()
/frameworks/native/include/input/
DVelocityControl.h134 class CurvedVelocityControl : public VelocityControl {
136 CurvedVelocityControl();
/frameworks/native/libs/input/tests/
DVelocityControl_test.cpp36 CurvedVelocityControl mCtrl;
/frameworks/native/services/inputflinger/reader/mapper/
DCursorInputMapper.h111 CurvedVelocityControl mNewPointerVelocityControl;