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

  /frameworks/native/services/inputflinger/
InputReader.cpp 907 dump.appendFormat(INDENT2 "WheelVelocityControlParameters: "
909 mConfig.wheelVelocityControlParameters.scale,
910 mConfig.wheelVelocityControlParameters.lowThreshold,
911 mConfig.wheelVelocityControlParameters.highThreshold,
912 mConfig.wheelVelocityControlParameters.acceleration);
    [all...]
InputReader.h 110 VelocityControlParameters wheelVelocityControlParameters;
189 wheelVelocityControlParameters(1.0f, 15.0f, 50.0f, 4.0f),
    [all...]

Completed in 261 milliseconds