Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A 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()
4091 case AXIS_Y: in getAxisValue()
[all …]
H A DInputDevice.java362 public static final int MOTION_RANGE_Y = MotionEvent.AXIS_Y;
H A DViewRootImpl.java7007 mJoystickAxesState.updateStateForAxis(event, time, MotionEvent.AXIS_Y,
7008 event.getHistoricalAxisValue(MotionEvent.AXIS_Y, 0, h));
7017 mJoystickAxesState.updateStateForAxis(event, time, MotionEvent.AXIS_Y,
7018 event.getAxisValue(MotionEvent.AXIS_Y));
7062 if (axis == MotionEvent.AXIS_X || axis == MotionEvent.AXIS_Y) {
7107 if (axis == MotionEvent.AXIS_X || axis == MotionEvent.AXIS_Y) {
7118 return axis == MotionEvent.AXIS_Y || axis == MotionEvent.AXIS_HAT_Y;
7255 InputDevice.MotionRange yRange = device.getMotionRange(MotionEvent.AXIS_Y);
/aosp12/frameworks/native/services/inputflinger/docs/
H A 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…
/aosp12/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
H A DBasicGLSurfaceView.java67 float y = event.getAxisValue(MotionEvent.AXIS_Y); in onGenericMotionEvent()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DMotionPauseDetector.java74 this(context, makePauseHarderToTrigger, MotionEvent.AXIS_Y); in MotionPauseDetector()
/aosp12/frameworks/base/core/java/android/hardware/
H A DSensorManager.java365 public static final int AXIS_Y = 2; field in SensorManager
371 public static final int AXIS_MINUS_Y = AXIS_Y | 0x80;
/aosp12/frameworks/base/media/lib/tvremote/java/com/android/media/tv/remoteprovider/
H A DTvRemoteProvider.java97 MotionEvent.AXIS_Y,
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DGalleryActivity.java261 float maxY = event.getDevice().getMotionRange(MotionEvent.AXIS_Y).getMax(); in onGenericMotionEvent()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
H A DOtherActivityInputConsumer.java159 ? MotionEvent.AXIS_X : MotionEvent.AXIS_Y); in OtherActivityInputConsumer()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt17679 field public static final int AXIS_Y = 2; // 0x2
48144 field public static final int AXIS_Y = 1; // 0x1
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt12481 field public static final int AXIS_Y = 2; // 0x2
33033 field public static final int AXIS_Y = 1; // 0x1