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

  /frameworks/base/core/jni/
android_view_InputDevice.cpp 34 jmethodID addMotionRange;
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/
InputDevice.h 92 void addMotionRange(int32_t axis, uint32_t source,
94 void addMotionRange(const MotionRange& range);
  /frameworks/native/libs/input/
InputDevice.cpp 175 void InputDeviceInfo::addMotionRange(int32_t axis, uint32_t source, float min, float max,
181 void InputDeviceInfo::addMotionRange(const MotionRange& range) {
  /frameworks/base/core/java/android/view/
InputDevice.java 398 addMotionRange(axis, in.readInt(), in.readFloat(), in.readFloat(), in.readFloat(),
688 private void addMotionRange(int axis, int source,
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.cpp     [all...]
InputReader.h     [all...]

Completed in 290 milliseconds