Searched refs:wheelVelocityControlParameters (Results 1 – 2 of 2) sorted by relevance
161 VelocityControlParameters wheelVelocityControlParameters; member234 wheelVelocityControlParameters(1.0f, 15.0f, 50.0f, 4.0f), in InputReaderConfiguration()
741 mConfig.wheelVelocityControlParameters.scale, in dump()742 mConfig.wheelVelocityControlParameters.lowThreshold, in dump()743 mConfig.wheelVelocityControlParameters.highThreshold, in dump()744 mConfig.wheelVelocityControlParameters.acceleration); in dump()2349 mWheelXVelocityControl.setParameters(config->wheelVelocityControlParameters); in configure()2350 mWheelYVelocityControl.setParameters(config->wheelVelocityControlParameters); in configure()2778 mWheelXVelocityControl.setParameters(mConfig.wheelVelocityControlParameters); in configure()2779 mWheelYVelocityControl.setParameters(mConfig.wheelVelocityControlParameters); in configure()