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

  /frameworks/base/core/jni/
android_view_InputDevice.cpp 36 jmethodID addMotionRange;
74 env->CallVoidMethod(inputDeviceObj.get(), gInputDeviceClassInfo.addMotionRange, range.axis,
93 gInputDeviceClassInfo.addMotionRange = GetMethodIDOrDie(env, gInputDeviceClassInfo.clazz,
94 "addMotionRange", "(IIFFFFF)V");
  /frameworks/native/libs/input/
InputDevice.cpp 178 void InputDeviceInfo::addMotionRange(int32_t axis, uint32_t source, float min, float max,
184 void InputDeviceInfo::addMotionRange(const MotionRange& range) {
  /frameworks/base/core/java/android/view/
InputDevice.java 431 addMotionRange(axis, in.readInt(), in.readFloat(), in.readFloat(), in.readFloat(),
721 private void addMotionRange(int axis, int source,
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.cpp     [all...]

Completed in 296 milliseconds