Searched refs:wheelVelocityControlParameters (Results 1 – 2 of 2) sorted by relevance
110 VelocityControlParameters wheelVelocityControlParameters; member189 wheelVelocityControlParameters(1.0f, 15.0f, 50.0f, 4.0f), in InputReaderConfiguration()
909 mConfig.wheelVelocityControlParameters.scale, in dump()910 mConfig.wheelVelocityControlParameters.lowThreshold, in dump()911 mConfig.wheelVelocityControlParameters.highThreshold, in dump()912 mConfig.wheelVelocityControlParameters.acceleration); in dump()2691 mWheelXVelocityControl.setParameters(config->wheelVelocityControlParameters); in configure()2692 mWheelYVelocityControl.setParameters(config->wheelVelocityControlParameters); in configure()3293 mWheelXVelocityControl.setParameters(mConfig.wheelVelocityControlParameters); in configure()3294 mWheelYVelocityControl.setParameters(mConfig.wheelVelocityControlParameters); in configure()