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

/frameworks/base/services/input/
H A DInputReader.h1729 float highScale; // scale factor from raw to normalized values of high split member in struct:android::JoystickInputMapper::Axis
1745 float highScale, float highOffset,
1752 this->highScale = highScale;
1743 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) argument
H A DInputReader.cpp6076 "highScale=%0.5f, highOffset=%0.5f\n",
6077 axis.scale, axis.offset, axis.highScale, axis.highOffset);
6117 float highScale = 1.0f / (rawAxisInfo.maxValue - axisInfo.splitValue);
6119 scale, 0.0f, highScale, 0.0f,
6253 * axis.highScale + axis.highOffset;

Completed in 263 milliseconds