Searched defs:VelocityControl (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/include/androidfw/
H A DVelocityControl.h78 class VelocityControl { class in namespace:android
80 VelocityControl();
/frameworks/base/libs/androidfw/
H A DVelocityControl.cpp17 #define LOG_TAG "VelocityControl"
26 #include <androidfw/VelocityControl.h>
32 // --- VelocityControl ---
34 const nsecs_t VelocityControl::STOP_TIME;
36 VelocityControl::VelocityControl() { function in class:android::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
[all...]

Completed in 174 milliseconds