Home | History | Annotate | Download | only in input

Lines Matching defs:Axis

711 /* Raw axis information from the driver. */
952 status_t getAbsoluteAxisInfo(int32_t axis, RawAbsoluteAxisInfo* axisInfo);
956 const RawAbsoluteAxisInfo& axis, const char* name);
1294 // Raw pointer axis information from the driver.
1741 struct Axis {
1745 bool explicitlyMapped; // true if the axis was explicitly assigned an axis id
1792 // Axes indexed by raw ABS_* axis index.
1793 KeyedVector<int32_t, Axis> mAxes;
1806 static bool isCenteredAxis(int32_t axis);
1807 static int32_t getCompatAxis(int32_t axis);
1809 static void addMotionRange(int32_t axisId, const Axis& axis, InputDeviceInfo* info);
1810 static void setPointerCoordsAxisValue(PointerCoords* pointerCoords, int32_t axis,