Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DJoystickInputMapper.h46 float highScale; // scale factor from raw to normalized values of high split member
62 bool explicitlyMapped, float scale, float offset, float highScale, in initialize()
70 this->highScale = highScale; in initialize()
DJoystickInputMapper.cpp100 axis.scale, axis.offset, axis.highScale, axis.highOffset); in dump()
141 float highScale = 1.0f / (rawAxisInfo.maxValue - axisInfo.splitValue); in configure() local
142 axis.initialize(rawAxisInfo, axisInfo, explicitlyMapped, scale, 0.0f, highScale, in configure()
276 (rawEvent->value - axis.axisInfo.splitValue) * axis.highScale + in process()