Searched refs:highScale (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/services/inputflinger/reader/mapper/ |
D | JoystickInputMapper.h | 43 bool explicitlyMapped, float scale, float offset, float highScale, in Axis() 51 highScale(highScale), in Axis() 69 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() 179 float highScale = std::numeric_limits<float>::signaling_NaN(); in createAxis() local 186 highScale = 1.0f / (rawAxisInfo.maxValue - axisInfo.splitValue); in createAxis() 191 highScale = scale; in createAxis() 195 highScale = scale; in createAxis() 206 return Axis(rawAxisInfo, axisInfo, explicitlyMapped, scale, offset, highScale, highOffset, min, in createAxis() 284 (rawEvent.value - axis.axisInfo.splitValue) * axis.highScale + in process()
|