Home
last modified time | relevance | path

Searched defs:Axis (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/
DJoystickInputMapper.h41 struct Axis { struct
42 explicit Axis(const RawAbsoluteAxisInfo& rawAxisInfo, const AxisInfo& axisInfo, in Axis() argument
62 RawAbsoluteAxisInfo rawAxisInfo; argument
63 AxisInfo axisInfo; argument
65 bool explicitlyMapped; // true if the axis was explicitly assigned an axis id
67 float scale; // scale factor from raw to normalized values
68 float offset; // offset to add after scaling for normalization
69 float highScale; // scale factor from raw to normalized values of high split
70 float highOffset; // offset to add after scaling for normalization of high split
95 static Axis createAxis(const AxisInfo& AxisInfo, const RawAbsoluteAxisInfo& rawAxisInfo, argument
DSensorInputMapper.h50 struct Axis { struct
51 explicit Axis(const RawAbsoluteAxisInfo& rawAxisInfo, const AxisInfo& axisInfo, float scale, in Axis() argument
67 RawAbsoluteAxisInfo rawAxisInfo; argument
68 AxisInfo axisInfo; argument
70 float scale; // scale factor from raw to normalized values
71 float offset; // offset to add after scaling for normalization
73 float min; // normalized inclusive minimum
74 float max; // normalized inclusive maximum
75 float flat; // normalized flat region size
76 float fuzz; // normalized error tolerance
[all …]
/frameworks/base/core/java/android/widget/
DGridLayout.java1236 final class Axis { class in GridLayout
1276 private Axis(boolean horizontal) { in Axis() method in GridLayout.Axis
/frameworks/base/core/java/android/view/
DMotionEvent.java1516 @interface Axis {} annotation in MotionEvent