Home
last modified time | relevance | path

Searched refs:AXIS_Y (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/view/
DMotionEvent.java599 public static final int AXIS_Y = 1; field in MotionEvent
1279 names.append(AXIS_Y, "AXIS_Y"); in names.append() argument
2282 return nativeGetAxisValue(mNativePtr, AXIS_Y, 0, HISTORY_CURRENT); in getY()
2445 return nativeGetAxisValue(mNativePtr, AXIS_Y, pointerIndex, HISTORY_CURRENT); in getY()
2708 return nativeGetRawAxisValue(mNativePtr, AXIS_Y, 0, HISTORY_CURRENT); in getRawY()
2740 return nativeGetRawAxisValue(mNativePtr, AXIS_Y, pointerIndex, HISTORY_CURRENT); in getRawY()
2885 return nativeGetAxisValue(mNativePtr, AXIS_Y, 0, pos); in getHistoricalY()
3043 return nativeGetAxisValue(mNativePtr, AXIS_Y, pointerIndex, pos); in getHistoricalY()
3415 final float y = nativeGetAxisValue(mNativePtr, AXIS_Y, i, HISTORY_CURRENT); in isWithinBoundsNoHistory()
4071 case AXIS_Y: in getAxisValue()
[all …]
DInputDevice.java362 public static final int MOTION_RANGE_Y = MotionEvent.AXIS_Y;
DViewRootImpl.java6899 mJoystickAxesState.updateStateForAxis(event, time, MotionEvent.AXIS_Y,
6900 event.getHistoricalAxisValue(MotionEvent.AXIS_Y, 0, h));
6909 mJoystickAxesState.updateStateForAxis(event, time, MotionEvent.AXIS_Y,
6910 event.getAxisValue(MotionEvent.AXIS_Y));
6954 if (axis == MotionEvent.AXIS_X || axis == MotionEvent.AXIS_Y) {
6999 if (axis == MotionEvent.AXIS_X || axis == MotionEvent.AXIS_Y) {
7010 return axis == MotionEvent.AXIS_Y || axis == MotionEvent.AXIS_HAT_Y;
7147 InputDevice.MotionRange yRange = device.getMotionRange(MotionEvent.AXIS_Y);
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
DBasicGLSurfaceView.java67 float y = event.getAxisValue(MotionEvent.AXIS_Y); in onGenericMotionEvent()
/frameworks/native/services/inputflinger/docs/
Dpointer_capture.md9 …livered with the source `SOURCE_MOUSE_RELATIVE`, and their `AXIS_X` and `AXIS_Y` will report relat…
10 … be delivered with the source `SOURCE_TOUCHPAD`, and their `AXIS_X` and `AXIS_Y` will report the a…
/frameworks/base/core/java/android/hardware/
DSensorManager.java365 public static final int AXIS_Y = 2; field in SensorManager
371 public static final int AXIS_MINUS_Y = AXIS_Y | 0x80;
/frameworks/base/media/lib/tvremote/java/com/android/media/tv/remoteprovider/
DTvRemoteProvider.java97 MotionEvent.AXIS_Y,
/frameworks/base/core/api/
Dcurrent.txt17672 field public static final int AXIS_Y = 2; // 0x2
48059 field public static final int AXIS_Y = 1; // 0x1
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt12481 field public static final int AXIS_Y = 2; // 0x2
33033 field public static final int AXIS_Y = 1; // 0x1