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

/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...]
H A DAndroid.mk36 VelocityControl.cpp \
/frameworks/base/include/androidfw/
H A DVelocityControl.h78 class VelocityControl { class in namespace:android
80 VelocityControl();
/frameworks/base/services/input/
H A DInputReader.h25 #include <androidfw/VelocityControl.h>
1117 VelocityControl mPointerVelocityControl;
1118 VelocityControl mWheelXVelocityControl;
1119 VelocityControl mWheelYVelocityControl;
1609 VelocityControl mPointerVelocityControl;
1610 VelocityControl mWheelXVelocityControl;
1611 VelocityControl mWheelYVelocityControl;

Completed in 56 milliseconds