Searched defs:addMotionRange (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_view_InputDevice.cpp34 jmethodID addMotionRange; member in struct:android::__anon986
65 env->CallVoidMethod(inputDeviceObj.get(), gInputDeviceClassInfo.addMotionRange,
92 GET_METHOD_ID(gInputDeviceClassInfo.addMotionRange, gInputDeviceClassInfo.clazz,
93 "addMotionRange", "(IIFFFF)V");
/frameworks/base/libs/androidfw/
H A DInputDevice.cpp174 void InputDeviceInfo::addMotionRange(int32_t axis, uint32_t source, float min, float max, function in class:android::InputDeviceInfo
180 void InputDeviceInfo::addMotionRange(const MotionRange& range) { function in class:android::InputDeviceInfo
/frameworks/base/core/java/android/view/
H A DInputDevice.java356 addMotionRange(axis, in.readInt(),
568 private void addMotionRange(int axis, int source, method in class:InputDevice

Completed in 52 milliseconds