Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DInputDevice.cpp201 void InputDeviceInfo::addMotionRange(int32_t axis, uint32_t source, float min, float max, in addMotionRange() function in android::InputDeviceInfo
207 void InputDeviceInfo::addMotionRange(const MotionRange& range) { in addMotionRange() function in android::InputDeviceInfo
/frameworks/base/core/jni/
Dandroid_view_InputDevice.cpp36 jmethodID addMotionRange; member
/frameworks/base/core/java/android/view/
DInputDevice.java745 private void addMotionRange(int axis, int source, in addMotionRange() method in InputDevice
/frameworks/native/services/inputflinger/
DInputReader.cpp7170 void JoystickInputMapper::addMotionRange(int32_t axisId, const Axis& axis, in addMotionRange() function in android::JoystickInputMapper