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 79 VelocityControlParameters wheelVelocityControlParameters;
152 wheelVelocityControlParameters(1.0f, 15.0f, 50.0f, 4.0f),
    [all...]
InputReader.cpp 734 dump.appendFormat(INDENT2 "WheelVelocityControlParameters: "
736 mConfig.wheelVelocityControlParameters.scale,
737 mConfig.wheelVelocityControlParameters.lowThreshold,
738 mConfig.wheelVelocityControlParameters.highThreshold,
739 mConfig.wheelVelocityControlParameters.acceleration);
    [all...]

Completed in 239 milliseconds