Searched defs:addMotionRange (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/libs/input/ |
D | InputDevice.cpp | 243 void InputDeviceInfo::addMotionRange(int32_t axis, uint32_t source, float min, float max, in addMotionRange() function in android::InputDeviceInfo 249 void InputDeviceInfo::addMotionRange(const MotionRange& range) { in addMotionRange() function in android::InputDeviceInfo
|
/frameworks/base/core/jni/ |
D | android_view_InputDevice.cpp | 35 jmethodID addMotionRange; member
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | JoystickInputMapper.cpp | 45 void JoystickInputMapper::addMotionRange(int32_t axisId, const Axis& axis, InputDeviceInfo& info) { in addMotionRange() function in android::JoystickInputMapper
|
/frameworks/base/core/java/android/view/ |
D | InputDevice.java | 746 public Builder addMotionRange(int axis, int source, in addMotionRange() method in InputDevice.Builder 1200 private void addMotionRange(int axis, int source, in addMotionRange() method in InputDevice
|