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

/frameworks/base/core/java/android/view/
H A DInputDevice.java450 addMotionRange(in.readInt(), in.readInt(), in.readFloat(), in.readFloat(),
740 private void addMotionRange(int axis, int source, method in class:InputDevice
/frameworks/base/core/jni/
H A Dandroid_view_InputDevice.cpp36 jmethodID addMotionRange; member in struct:android::__anon1122
74 env->CallVoidMethod(inputDeviceObj.get(), gInputDeviceClassInfo.addMotionRange, range.axis,
93 gInputDeviceClassInfo.addMotionRange = GetMethodIDOrDie(env, gInputDeviceClassInfo.clazz,
94 "addMotionRange", "(IIFFFFF)V");
/frameworks/native/libs/input/
H A DInputDevice.cpp185 void InputDeviceInfo::addMotionRange(int32_t axis, uint32_t source, float min, float max, function in class:android::InputDeviceInfo
191 void InputDeviceInfo::addMotionRange(const MotionRange& range) { function in class:android::InputDeviceInfo
/frameworks/native/services/inputflinger/
H A DInputReader.cpp2479 info->addMotionRange(AMOTION_EVENT_AXIS_X, mSource, minX, maxX, 0.0f, 0.0f, 0.0f);
2480 info->addMotionRange(AMOTION_EVENT_AXIS_Y, mSource, minY, maxY, 0.0f, 0.0f, 0.0f);
2483 info->addMotionRange(AMOTION_EVENT_AXIS_X, mSource, -1.0f, 1.0f, 0.0f, mXScale, 0.0f);
2484 info->addMotionRange(AMOTION_EVENT_AXIS_Y, mSource, -1.0f, 1.0f, 0.0f, mYScale, 0.0f);
2486 info->addMotionRange(AMOTION_EVENT_AXIS_PRESSURE, mSource, 0.0f, 1.0f, 0.0f, 0.0f, 0.0f);
2489 info->addMotionRange(AMOTION_EVENT_AXIS_VSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f, 0.0f);
2492 info->addMotionRange(AMOTION_EVENT_AXIS_HSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f, 0.0f);
2887 info->addMotionRange(AMOTION_EVENT_AXIS_SCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f,
2977 info->addMotionRange(mOrientedRanges.x);
2978 info->addMotionRange(mOrientedRange
6971 void JoystickInputMapper::addMotionRange(int32_t axisId, const Axis& axis, function in class:android::JoystickInputMapper
[all...]

Completed in 109 milliseconds