Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/input/
H A 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()
H A DAndroid.bp53 "VelocityControl.cpp",
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DCursorInputMapper.h29 class VelocityControl; variable
103 VelocityControl mPointerVelocityControl;
104 VelocityControl mWheelXVelocityControl;
105 VelocityControl mWheelYVelocityControl;
H A DTouchInputMapper.h729 VelocityControl mPointerVelocityControl;
730 VelocityControl mWheelXVelocityControl;
731 VelocityControl mWheelYVelocityControl;
/aosp12/frameworks/native/include/input/
H A DVelocityControl.h78 class VelocityControl {
80 VelocityControl();