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

/frameworks/base/core/java/android/view/
H A DInputDevice.java429 private void addMotionRange(int axis, int source, method in class:InputDevice
546 addMotionRange(axis, in.readInt(),
/frameworks/base/libs/ui/
H A DInput.cpp1213 void InputDeviceInfo::addMotionRange(int32_t axis, uint32_t source, float min, float max, function in class:android::InputDeviceInfo
1219 void InputDeviceInfo::addMotionRange(const MotionRange& range) { function in class:android::InputDeviceInfo
/frameworks/base/services/jni/
H A Dcom_android_server_InputManager.cpp95 jmethodID addMotionRange; member in struct:android::__anon1187
1249 env->CallVoidMethod(deviceObj, gInputDeviceClassInfo.addMotionRange,
1511 GET_METHOD_ID(gInputDeviceClassInfo.addMotionRange, gInputDeviceClassInfo.clazz,
1512 "addMotionRange", "(IIFFFF)V");

Completed in 99 milliseconds