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

/frameworks/native/libs/input/
H A DVelocityControl.cpp17 #define LOG_TAG "VelocityControl"
26 #include <input/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.mk32 VelocityControl.cpp \
/frameworks/native/include/input/
H A DVelocityControl.h78 class VelocityControl { class in namespace:android
80 VelocityControl();
/frameworks/native/services/inputflinger/
H A DInputReader.h25 #include <input/VelocityControl.h>
1226 VelocityControl mPointerVelocityControl;
1227 VelocityControl mWheelXVelocityControl;
1228 VelocityControl mWheelYVelocityControl;
1816 VelocityControl mPointerVelocityControl;
1817 VelocityControl mWheelXVelocityControl;
1818 VelocityControl mWheelYVelocityControl;

Completed in 284 milliseconds