Searched refs:VelocityControl (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/ui/
H A DInput.cpp1095 // --- VelocityControl ---
1097 const nsecs_t VelocityControl::STOP_TIME;
1099 VelocityControl::VelocityControl() { function in class:android::VelocityControl
1103 void VelocityControl::setParameters(const VelocityControlParameters& parameters) {
1108 void VelocityControl::reset() {
1115 void VelocityControl::move(nsecs_t eventTime, float* deltaX, float* deltaY) {
1119 LOGD("VelocityControl: stopped, last movement was %0.3fms ago",
1150 LOGD("VelocityControl(%0.3f, %0.3f, %0.3f, %0.3f): "
1158 LOGD("VelocityControl(
[all...]
/frameworks/base/services/input/
H A DInputReader.h983 VelocityControl mPointerVelocityControl;
984 VelocityControl mWheelXVelocityControl;
985 VelocityControl mWheelYVelocityControl;
1466 VelocityControl mPointerVelocityControl;
1467 VelocityControl mWheelXVelocityControl;
1468 VelocityControl mWheelYVelocityControl;
/frameworks/base/include/ui/
H A DInput.h767 class VelocityControl { class in namespace:android
769 VelocityControl();

Completed in 135 milliseconds