Home
last modified time | relevance | path

Searched refs:VelocityControl (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/input/
DVelocityControl.cpp34 const nsecs_t VelocityControl::STOP_TIME;
36 VelocityControl::VelocityControl() { in VelocityControl() function in android::VelocityControl
40 void VelocityControl::setParameters(const VelocityControlParameters& parameters) { in setParameters()
45 void VelocityControl::reset() { in reset()
52 void VelocityControl::move(nsecs_t eventTime, float* deltaX, float* deltaY) { in move()
DAndroid.bp54 "VelocityControl.cpp",
/frameworks/native/services/inputflinger/reader/mapper/
DCursorInputMapper.h29 class VelocityControl; variable
104 VelocityControl mPointerVelocityControl;
105 VelocityControl mWheelXVelocityControl;
106 VelocityControl mWheelYVelocityControl;
DTouchInputMapper.h758 VelocityControl mPointerVelocityControl;
759 VelocityControl mWheelXVelocityControl;
760 VelocityControl mWheelYVelocityControl;
/frameworks/native/include/input/
DVelocityControl.h78 class VelocityControl {
80 VelocityControl();