Searched defs:Axis (Results 1 – 4 of 4) sorted by relevance
41 struct Axis { struct42 explicit Axis(const RawAbsoluteAxisInfo& rawAxisInfo, const AxisInfo& axisInfo, in Axis() argument62 RawAbsoluteAxisInfo rawAxisInfo; argument63 AxisInfo axisInfo; argument65 bool explicitlyMapped; // true if the axis was explicitly assigned an axis id67 float scale; // scale factor from raw to normalized values68 float offset; // offset to add after scaling for normalization69 float highScale; // scale factor from raw to normalized values of high split70 float highOffset; // offset to add after scaling for normalization of high split95 static Axis createAxis(const AxisInfo& AxisInfo, const RawAbsoluteAxisInfo& rawAxisInfo, argument
50 struct Axis { struct51 explicit Axis(const RawAbsoluteAxisInfo& rawAxisInfo, const AxisInfo& axisInfo, float scale, in Axis() argument67 RawAbsoluteAxisInfo rawAxisInfo; argument68 AxisInfo axisInfo; argument70 float scale; // scale factor from raw to normalized values71 float offset; // offset to add after scaling for normalization73 float min; // normalized inclusive minimum74 float max; // normalized inclusive maximum75 float flat; // normalized flat region size76 float fuzz; // normalized error tolerance[all …]
1236 final class Axis { class in GridLayout1276 private Axis(boolean horizontal) { in Axis() method in GridLayout.Axis
1516 @interface Axis {} annotation in MotionEvent