Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/input/
H A DInputDevice.cpp218 void InputDeviceInfo::addMotionRange(int32_t axis, uint32_t source, float min, float max, in addMotionRange() function in android::InputDeviceInfo
224 void InputDeviceInfo::addMotionRange(const MotionRange& range) { in addMotionRange() function in android::InputDeviceInfo
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_InputDevice.cpp36 jmethodID addMotionRange; member
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DJoystickInputMapper.cpp45 void JoystickInputMapper::addMotionRange(int32_t axisId, const Axis& axis, InputDeviceInfo* info) { in addMotionRange() function in android::JoystickInputMapper
/aosp12/frameworks/base/core/java/android/view/
H A DInputDevice.java799 private void addMotionRange(int axis, int source, in addMotionRange() method in InputDevice