/aosp12/frameworks/base/core/java/android/view/ |
H A D | MotionEvent.java | 599 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 D | InputDevice.java | 362 public static final int MOTION_RANGE_Y = MotionEvent.AXIS_Y;
|
H A D | ViewRootImpl.java | 7007 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 D | pointer_capture.md | 9 …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 D | BasicGLSurfaceView.java | 67 float y = event.getAxisValue(MotionEvent.AXIS_Y); in onGenericMotionEvent()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
H A D | MotionPauseDetector.java | 74 this(context, makePauseHarderToTrigger, MotionEvent.AXIS_Y); in MotionPauseDetector()
|
/aosp12/frameworks/base/core/java/android/hardware/ |
H A D | SensorManager.java | 365 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 D | TvRemoteProvider.java | 97 MotionEvent.AXIS_Y,
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
H A D | GalleryActivity.java | 261 float maxY = event.getDevice().getMotionRange(MotionEvent.AXIS_Y).getMax(); in onGenericMotionEvent()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/ |
H A D | OtherActivityInputConsumer.java | 159 ? MotionEvent.AXIS_X : MotionEvent.AXIS_Y); in OtherActivityInputConsumer()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 17679 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 D | android-22.txt | 12481 field public static final int AXIS_Y = 2; // 0x2 33033 field public static final int AXIS_Y = 1; // 0x1
|