HomeSort by relevance Sort by last modified time
    Searched refs:wheelVelocityControlParameters (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/input/
InputReader.h 157 VelocityControlParameters wheelVelocityControlParameters;
230 wheelVelocityControlParameters(1.0f, 15.0f, 50.0f, 4.0f),
    [all...]
InputReader.cpp 727 dump.appendFormat(INDENT2 "WheelVelocityControlParameters: "
729 mConfig.wheelVelocityControlParameters.scale,
730 mConfig.wheelVelocityControlParameters.lowThreshold,
731 mConfig.wheelVelocityControlParameters.highThreshold,
732 mConfig.wheelVelocityControlParameters.acceleration);
    [all...]

Completed in 372 milliseconds