Home | History | Annotate | Download | only in input

Lines Matching defs:VelocityControl

17 #define LOG_TAG "VelocityControl"
26 #include <input/VelocityControl.h>
32 // --- VelocityControl ---
34 const nsecs_t VelocityControl::STOP_TIME;
36 VelocityControl::VelocityControl() {
40 void VelocityControl::setParameters(const VelocityControlParameters& parameters) {
45 void VelocityControl::reset() {
52 void VelocityControl::move(nsecs_t eventTime, float* deltaX, float* deltaY) {
56 ALOGD("VelocityControl: stopped, last movement was %0.3fms ago",
87 ALOGD("VelocityControl(%0.3f, %0.3f, %0.3f, %0.3f): "
95 ALOGD("VelocityControl(%0.3f, %0.3f, %0.3f, %0.3f): unknown velocity",