Searched refs:addMotionRange (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_view_InputDevice.cpp34 jmethodID addMotionRange; member in struct:android::__anon855
69 env->CallVoidMethod(inputDeviceObj.get(), gInputDeviceClassInfo.addMotionRange, range.axis,
97 GET_METHOD_ID(gInputDeviceClassInfo.addMotionRange, gInputDeviceClassInfo.clazz,
98 "addMotionRange", "(IIFFFFF)V");
/frameworks/native/include/input/
H A DInputDevice.h92 void addMotionRange(int32_t axis, uint32_t source,
94 void addMotionRange(const MotionRange& range);
/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.java398 addMotionRange(axis, in.readInt(), in.readFloat(), in.readFloat(), in.readFloat(),
688 private void addMotionRange(int axis, int source, method in class:InputDevice
/frameworks/native/services/inputflinger/
H A DInputReader.cpp2278 info->addMotionRange(AMOTION_EVENT_AXIS_X, mSource, minX, maxX, 0.0f, 0.0f, 0.0f);
2279 info->addMotionRange(AMOTION_EVENT_AXIS_Y, mSource, minY, maxY, 0.0f, 0.0f, 0.0f);
2282 info->addMotionRange(AMOTION_EVENT_AXIS_X, mSource, -1.0f, 1.0f, 0.0f, mXScale, 0.0f);
2283 info->addMotionRange(AMOTION_EVENT_AXIS_Y, mSource, -1.0f, 1.0f, 0.0f, mYScale, 0.0f);
2285 info->addMotionRange(AMOTION_EVENT_AXIS_PRESSURE, mSource, 0.0f, 1.0f, 0.0f, 0.0f, 0.0f);
2288 info->addMotionRange(AMOTION_EVENT_AXIS_VSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f, 0.0f);
2291 info->addMotionRange(AMOTION_EVENT_AXIS_HSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f, 0.0f);
2611 info->addMotionRange(mOrientedRanges.x);
2612 info->addMotionRange(mOrientedRanges.y);
2613 info->addMotionRange(mOrientedRange
6228 void JoystickInputMapper::addMotionRange(int32_t axisId, const Axis& axis, function in class:android::JoystickInputMapper
[all...]
H A DInputReader.h1851 static void addMotionRange(int32_t axisId, const Axis& axis, InputDeviceInfo* info);

Completed in 180 milliseconds