OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:addMotionRange
(Results
1 - 4
of
4
) 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/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
386
addMotionRange
(axis, in.readInt(), in.readFloat(), in.readFloat(), in.readFloat(),
652
private void
addMotionRange
(int axis, int source,
/frameworks/base/services/input/
InputReader.cpp
[
all
...]
Completed in 38 milliseconds