Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/include/
DInputReaderBase.h176 VelocityControlParameters pointerVelocityControlParameters; member
257 pointerVelocityControlParameters(1.0f, 500.0f, 3000.0f, 3.0f), in InputReaderConfiguration()
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp646 mConfig.pointerVelocityControlParameters.scale, in dump()
647 mConfig.pointerVelocityControlParameters.lowThreshold, in dump()
648 mConfig.pointerVelocityControlParameters.highThreshold, in dump()
649 mConfig.pointerVelocityControlParameters.acceleration); in dump()
/frameworks/native/services/inputflinger/reader/mapper/
DCursorInputMapper.cpp177 mPointerVelocityControl.setParameters(config->pointerVelocityControlParameters); in configure()
DTouchInputMapper.cpp369 mPointerVelocityControl.setParameters(mConfig.pointerVelocityControlParameters); in configure()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp531 outConfig->pointerVelocityControlParameters.scale = exp2f(mLocked.pointerSpeed in getReaderConfiguration()