Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DJoystickInputMapper.h38 struct Axis { struct
39 explicit Axis(const RawAbsoluteAxisInfo& rawAxisInfo, const AxisInfo& axisInfo, in Axis() function
59 RawAbsoluteAxisInfo rawAxisInfo; argument
60 AxisInfo axisInfo; argument
62 bool explicitlyMapped; // true if the axis was explicitly assigned an axis id
64 float scale; // scale factor from raw to normalized values
65 float offset; // offset to add after scaling for normalization
89 static Axis createAxis(const AxisInfo& AxisInfo, const RawAbsoluteAxisInfo& rawAxisInfo, argument
H A DSensorInputMapper.h43 struct Axis { struct
44 explicit Axis(const RawAbsoluteAxisInfo& rawAxisInfo, const AxisInfo& axisInfo, float scale, in Axis() argument
60 RawAbsoluteAxisInfo rawAxisInfo; argument
61 AxisInfo axisInfo; argument
66 float min; // normalized inclusive minimum
67 float max; // normalized inclusive maximum
68 float flat; // normalized flat region size
69 float fuzz; // normalized error tolerance
73 float currentValue; // current value
74 float newValue; // most recent value
[all …]
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DScrollController.java116 public static class Axis { class in ScrollController
268 public Axis(Lerper lerper, String name) { in Axis() method in ScrollController.Axis
/aosp12/frameworks/base/core/java/android/widget/
H A DGridLayout.java1236 final class Axis { class in GridLayout
1276 private Axis(boolean horizontal) { in Axis() method in GridLayout.Axis
/aosp12/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...