Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DJoystickInputMapper.h45 float highScale; // scale factor from raw to normalized values of high split member
61 bool explicitlyMapped, float scale, float offset, float highScale, in initialize()
69 this->highScale = highScale; in initialize()
DJoystickInputMapper.cpp99 axis.scale, axis.offset, axis.highScale, axis.highOffset); in dump()
139 float highScale = 1.0f / (rawAxisInfo.maxValue - axisInfo.splitValue); in configure() local
140 axis.initialize(rawAxisInfo, axisInfo, explicitlyMapped, scale, 0.0f, highScale, in configure()
274 (rawEvent->value - axis.axisInfo.splitValue) * axis.highScale + in process()