Searched refs:VelocityControl (Results 1 – 5 of 5) sorted by relevance
34 const nsecs_t VelocityControl::STOP_TIME;36 VelocityControl::VelocityControl() { in VelocityControl() function in android::VelocityControl40 void VelocityControl::setParameters(const VelocityControlParameters& parameters) { in setParameters()45 void VelocityControl::reset() { in reset()52 void VelocityControl::move(nsecs_t eventTime, float* deltaX, float* deltaY) { in move()
54 "VelocityControl.cpp",
29 class VelocityControl; variable104 VelocityControl mPointerVelocityControl;105 VelocityControl mWheelXVelocityControl;106 VelocityControl mWheelYVelocityControl;
758 VelocityControl mPointerVelocityControl;759 VelocityControl mWheelXVelocityControl;760 VelocityControl mWheelYVelocityControl;
78 class VelocityControl {80 VelocityControl();