Searched refs:wheelVelocityControlParameters (Results 1 – 2 of 2) sorted by relevance
179 VelocityControlParameters wheelVelocityControlParameters; member258 wheelVelocityControlParameters(1.0f, 15.0f, 50.0f, 4.0f), in InputReaderConfiguration()
867 mConfig.wheelVelocityControlParameters.scale, in dump()868 mConfig.wheelVelocityControlParameters.lowThreshold, in dump()869 mConfig.wheelVelocityControlParameters.highThreshold, in dump()870 mConfig.wheelVelocityControlParameters.acceleration); in dump()2644 mWheelXVelocityControl.setParameters(config->wheelVelocityControlParameters); in configure()2645 mWheelYVelocityControl.setParameters(config->wheelVelocityControlParameters); in configure()3270 mWheelXVelocityControl.setParameters(mConfig.wheelVelocityControlParameters); in configure()3271 mWheelYVelocityControl.setParameters(mConfig.wheelVelocityControlParameters); in configure()