diff options
Diffstat (limited to 'services/input/InputReader.h')
-rw-r--r-- | services/input/InputReader.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/services/input/InputReader.h b/services/input/InputReader.h index 312f19b..ed2a5c1 100644 --- a/services/input/InputReader.h +++ b/services/input/InputReader.h @@ -1805,6 +1805,11 @@ private: float newValue, float currentValue, float thresholdValue); static bool isCenteredAxis(int32_t axis); + static int32_t getCompatAxis(int32_t axis); + + static void addMotionRange(int32_t axisId, const Axis& axis, InputDeviceInfo* info); + static void setPointerCoordsAxisValue(PointerCoords* pointerCoords, int32_t axis, + float value); }; } // namespace android |