Searched refs:highScale (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/services/inputflinger/reader/mapper/ |
D | JoystickInputMapper.h | 40 bool explicitlyMapped, float scale, float offset, float highScale, in Axis() 48 highScale(highScale), in Axis() 66 float highScale; // scale factor from raw to normalized values of high split member
|
D | JoystickInputMapper.cpp | 98 axis.scale, axis.offset, axis.highScale, axis.highOffset); in dump() 177 float highScale = std::numeric_limits<float>::signaling_NaN(); in createAxis() local 184 highScale = 1.0f / (rawAxisInfo.maxValue - axisInfo.splitValue); in createAxis() 189 highScale = scale; in createAxis() 193 highScale = scale; in createAxis() 204 return Axis(rawAxisInfo, axisInfo, explicitlyMapped, scale, offset, highScale, highOffset, min, in createAxis() 281 (rawEvent->value - axis.axisInfo.splitValue) * axis.highScale + in process()
|