Searched refs:highScale (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputReader.h1951 float highScale; // scale factor from raw to normalized values of high split member in struct:android::JoystickInputMapper::Axis
1968 float highScale, float highOffset,
1975 this->highScale = highScale;
1966 initialize(const RawAbsoluteAxisInfo& rawAxisInfo, const AxisInfo& axisInfo, bool explicitlyMapped, float scale, float offset, float highScale, float highOffset, float min, float max, float flat, float fuzz, float resolution) argument
H A DInputReader.cpp7168 "highScale=%0.5f, highOffset=%0.5f\n",
7169 axis.scale, axis.offset, axis.highScale, axis.highOffset);
7209 float highScale = 1.0f / (rawAxisInfo.maxValue - axisInfo.splitValue);
7211 scale, 0.0f, highScale, 0.0f,
7348 * axis.highScale + axis.highOffset;

Completed in 26 milliseconds