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

/frameworks/base/core/jni/
H A Dandroid_view_InputDevice.cpp36 jmethodID addMotionRange; member in struct:android::__anon896
74 env->CallVoidMethod(inputDeviceObj.get(), gInputDeviceClassInfo.addMotionRange, range.axis,
93 gInputDeviceClassInfo.addMotionRange = GetMethodIDOrDie(env, gInputDeviceClassInfo.clazz,
94 "addMotionRange", "(IIFFFFF)V");
/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.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/base/core/java/android/view/
H A DInputDevice.java452 addMotionRange(in.readInt(), in.readInt(), in.readFloat(), in.readFloat(),
742 private void addMotionRange(int axis, int source, method in class:InputDevice
/frameworks/native/services/inputflinger/
H A DInputReader.cpp2596 info->addMotionRange(AMOTION_EVENT_AXIS_X, mSource, minX, maxX, 0.0f, 0.0f, 0.0f);
2597 info->addMotionRange(AMOTION_EVENT_AXIS_Y, mSource, minY, maxY, 0.0f, 0.0f, 0.0f);
2600 info->addMotionRange(AMOTION_EVENT_AXIS_X, mSource, -1.0f, 1.0f, 0.0f, mXScale, 0.0f);
2601 info->addMotionRange(AMOTION_EVENT_AXIS_Y, mSource, -1.0f, 1.0f, 0.0f, mYScale, 0.0f);
2603 info->addMotionRange(AMOTION_EVENT_AXIS_PRESSURE, mSource, 0.0f, 1.0f, 0.0f, 0.0f, 0.0f);
2606 info->addMotionRange(AMOTION_EVENT_AXIS_VSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f, 0.0f);
2609 info->addMotionRange(AMOTION_EVENT_AXIS_HSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f, 0.0f);
3004 info->addMotionRange(AMOTION_EVENT_AXIS_SCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f,
3106 info->addMotionRange(mOrientedRanges.x);
3107 info->addMotionRange(mOrientedRange
7113 void JoystickInputMapper::addMotionRange(int32_t axisId, const Axis& axis, function in class:android::JoystickInputMapper
[all...]
H A DInputReader.h2011 static void addMotionRange(int32_t axisId, const Axis& axis, InputDeviceInfo* info);
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 107 milliseconds