Home
last modified time | relevance | path

Searched refs:wheelVelocityControlParameters (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/include/
H A DInputReaderBase.h212 VelocityControlParameters wheelVelocityControlParameters; member
291 wheelVelocityControlParameters(1.0f, 15.0f, 50.0f, 4.0f), in InputReaderConfiguration()
/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputReader.cpp843 mConfig.wheelVelocityControlParameters.scale, in dump()
844 mConfig.wheelVelocityControlParameters.lowThreshold, in dump()
845 mConfig.wheelVelocityControlParameters.highThreshold, in dump()
846 mConfig.wheelVelocityControlParameters.acceleration); in dump()
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DCursorInputMapper.cpp185 mWheelXVelocityControl.setParameters(config->wheelVelocityControlParameters); in configure()
186 mWheelYVelocityControl.setParameters(config->wheelVelocityControlParameters); in configure()
H A DTouchInputMapper.cpp380 mWheelXVelocityControl.setParameters(mConfig.wheelVelocityControlParameters); in configure()
381 mWheelYVelocityControl.setParameters(mConfig.wheelVelocityControlParameters); in configure()