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

/frameworks/base/core/jni/
H A Dandroid_view_InputDevice.cpp34 jmethodID addMotionRange; member in struct:android::__anon1031
69 env->CallVoidMethod(inputDeviceObj.get(), gInputDeviceClassInfo.addMotionRange, range.axis,
97 GET_METHOD_ID(gInputDeviceClassInfo.addMotionRange, gInputDeviceClassInfo.clazz,
98 "addMotionRange", "(IIFFFFF)V");
/frameworks/native/libs/input/
H A DInputDevice.cpp175 void InputDeviceInfo::addMotionRange(int32_t axis, uint32_t source, float min, float max, function in class:android::InputDeviceInfo
181 void InputDeviceInfo::addMotionRange(const MotionRange& range) { function in class:android::InputDeviceInfo
/frameworks/base/core/java/android/view/
H A DInputDevice.java386 addMotionRange(axis, in.readInt(), in.readFloat(), in.readFloat(), in.readFloat(),
652 private void addMotionRange(int axis, int source, method in class:InputDevice
/frameworks/base/services/input/
H A DInputReader.cpp2252 info->addMotionRange(AMOTION_EVENT_AXIS_X, mSource, minX, maxX, 0.0f, 0.0f, 0.0f);
2253 info->addMotionRange(AMOTION_EVENT_AXIS_Y, mSource, minY, maxY, 0.0f, 0.0f, 0.0f);
2256 info->addMotionRange(AMOTION_EVENT_AXIS_X, mSource, -1.0f, 1.0f, 0.0f, mXScale, 0.0f);
2257 info->addMotionRange(AMOTION_EVENT_AXIS_Y, mSource, -1.0f, 1.0f, 0.0f, mYScale, 0.0f);
2259 info->addMotionRange(AMOTION_EVENT_AXIS_PRESSURE, mSource, 0.0f, 1.0f, 0.0f, 0.0f, 0.0f);
2262 info->addMotionRange(AMOTION_EVENT_AXIS_VSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f, 0.0f);
2265 info->addMotionRange(AMOTION_EVENT_AXIS_HSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f, 0.0f);
2585 info->addMotionRange(mOrientedRanges.x);
2586 info->addMotionRange(mOrientedRanges.y);
2587 info->addMotionRange(mOrientedRange
6168 void JoystickInputMapper::addMotionRange(int32_t axisId, const Axis& axis, function in class:android::JoystickInputMapper
[all...]

Completed in 280 milliseconds