Searched refs:addMotionRange (Results 1 - 6 of 6) sorted by last modified time

/frameworks/native/services/inputflinger/
H A DInputReader.cpp2432 info->addMotionRange(AMOTION_EVENT_AXIS_X, mSource, minX, maxX, 0.0f, 0.0f, 0.0f);
2433 info->addMotionRange(AMOTION_EVENT_AXIS_Y, mSource, minY, maxY, 0.0f, 0.0f, 0.0f);
2436 info->addMotionRange(AMOTION_EVENT_AXIS_X, mSource, -1.0f, 1.0f, 0.0f, mXScale, 0.0f);
2437 info->addMotionRange(AMOTION_EVENT_AXIS_Y, mSource, -1.0f, 1.0f, 0.0f, mYScale, 0.0f);
2439 info->addMotionRange(AMOTION_EVENT_AXIS_PRESSURE, mSource, 0.0f, 1.0f, 0.0f, 0.0f, 0.0f);
2442 info->addMotionRange(AMOTION_EVENT_AXIS_VSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f, 0.0f);
2445 info->addMotionRange(AMOTION_EVENT_AXIS_HSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f, 0.0f);
2807 info->addMotionRange(AMOTION_EVENT_AXIS_SCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f,
2897 info->addMotionRange(mOrientedRanges.x);
2898 info->addMotionRange(mOrientedRange
6872 void JoystickInputMapper::addMotionRange(int32_t axisId, const Axis& axis, function in class:android::JoystickInputMapper
[all...]
H A DInputReader.h2030 static void addMotionRange(int32_t axisId, const Axis& axis, InputDeviceInfo* info);
/frameworks/native/include/input/
H A DInputDevice.h94 void addMotionRange(int32_t axis, uint32_t source,
96 void addMotionRange(const MotionRange& range);
/frameworks/native/libs/input/
H A DInputDevice.cpp178 void InputDeviceInfo::addMotionRange(int32_t axis, uint32_t source, float min, float max, function in class:android::InputDeviceInfo
184 void InputDeviceInfo::addMotionRange(const MotionRange& range) { function in class:android::InputDeviceInfo
/frameworks/base/core/java/android/view/
H A DInputDevice.java440 addMotionRange(axis, in.readInt(), in.readFloat(), in.readFloat(), in.readFloat(),
730 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::__anon937
74 env->CallVoidMethod(inputDeviceObj.get(), gInputDeviceClassInfo.addMotionRange, range.axis,
93 gInputDeviceClassInfo.addMotionRange = GetMethodIDOrDie(env, gInputDeviceClassInfo.clazz,
94 "addMotionRange", "(IIFFFFF)V");

Completed in 264 milliseconds