Searched defs:VelocityControl (Results 1 - 2 of 2) 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/include/ui/
H A DInput.h767 class VelocityControl { class in namespace:android
769 VelocityControl();

Completed in 53 milliseconds