Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/include/
DInputReaderBase.h179 VelocityControlParameters pointerVelocityControlParameters; member
260 pointerVelocityControlParameters(1.0f, 500.0f, 3000.0f, 3.0f), in InputReaderConfiguration()
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp651 mConfig.pointerVelocityControlParameters.scale, in dump()
652 mConfig.pointerVelocityControlParameters.lowThreshold, in dump()
653 mConfig.pointerVelocityControlParameters.highThreshold, in dump()
654 mConfig.pointerVelocityControlParameters.acceleration); in dump()
/frameworks/native/services/inputflinger/reader/mapper/
DCursorInputMapper.cpp176 mPointerVelocityControl.setParameters(config->pointerVelocityControlParameters); in configure()
DTouchInputMapper.cpp374 mPointerVelocityControl.setParameters(mConfig.pointerVelocityControlParameters); in configure()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp538 outConfig->pointerVelocityControlParameters.scale = exp2f(mLocked.pointerSpeed in getReaderConfiguration()