Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/include/
DInputReaderBase.h209 VelocityControlParameters pointerVelocityControlParameters; member
290 pointerVelocityControlParameters(1.0f, 500.0f, 3000.0f, 3.0f), in InputReaderConfiguration()
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp829 mConfig.pointerVelocityControlParameters.scale, in dump()
830 mConfig.pointerVelocityControlParameters.lowThreshold, in dump()
831 mConfig.pointerVelocityControlParameters.highThreshold, in dump()
832 mConfig.pointerVelocityControlParameters.acceleration); in dump()
/frameworks/native/services/inputflinger/reader/mapper/
DCursorInputMapper.cpp184 mPointerVelocityControl.setParameters(config->pointerVelocityControlParameters); in configure()
DTouchInputMapper.cpp379 mPointerVelocityControl.setParameters(mConfig.pointerVelocityControlParameters); in configure()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp631 outConfig->pointerVelocityControlParameters.scale = exp2f(mLocked.pointerSpeed in getReaderConfiguration()