Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/inputflinger/include/
H A DInputReaderBase.h152 VelocityControlParameters pointerVelocityControlParameters; member
278 pointerVelocityControlParameters(1.0f, 500.0f, 3000.0f, in InputReaderConfiguration()
/aosp_15_r20/frameworks/native/services/inputflinger/reader/
H A DInputReader.cpp957 mConfig.pointerVelocityControlParameters.scale, in dump()
958 mConfig.pointerVelocityControlParameters.lowThreshold, in dump()
959 mConfig.pointerVelocityControlParameters.highThreshold, in dump()
960 mConfig.pointerVelocityControlParameters.acceleration); in dump()
/aosp_15_r20/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp778 outConfig->pointerVelocityControlParameters.scale = in getReaderConfiguration()
780 outConfig->pointerVelocityControlParameters.acceleration = in getReaderConfiguration()
/aosp_15_r20/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchInputMapper.cpp331 mPointerVelocityControl.setParameters(mConfig.pointerVelocityControlParameters); in reconfigure()