Searched refs:wheelVelocityControlParameters (Results 1 – 4 of 4) sorted by relevance
212 VelocityControlParameters wheelVelocityControlParameters; member291 wheelVelocityControlParameters(1.0f, 15.0f, 50.0f, 4.0f), in InputReaderConfiguration()
837 mConfig.wheelVelocityControlParameters.scale, in dump()838 mConfig.wheelVelocityControlParameters.lowThreshold, in dump()839 mConfig.wheelVelocityControlParameters.highThreshold, in dump()840 mConfig.wheelVelocityControlParameters.acceleration); in dump()
185 mWheelXVelocityControl.setParameters(config->wheelVelocityControlParameters); in configure()186 mWheelYVelocityControl.setParameters(config->wheelVelocityControlParameters); in configure()
380 mWheelXVelocityControl.setParameters(mConfig.wheelVelocityControlParameters); in configure()381 mWheelYVelocityControl.setParameters(mConfig.wheelVelocityControlParameters); in configure()