Home
last modified time | relevance | path

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

/frameworks/base/tests/Input/src/com/android/server/input/
DInputShellCommandTest.java26 import static android.view.MotionEvent.AXIS_Y;
69 assertAxisValues(event, Map.of(AXIS_X, 2f, AXIS_Y, -3f)); in testScroll_withPointerSource_noAxisOption()
83 AXIS_Y, -2f, in testScroll_withPointerSource_withScrollAxisOptions()
/frameworks/base/core/java/android/view/
DVelocityTracker.java50 MotionEvent.AXIS_Y,
440 return nativeGetVelocity(mPtr, MotionEvent.AXIS_Y, id); in getYVelocity()
DMotionEvent.java654 public static final int AXIS_Y = 1; field in MotionEvent
1409 names.append(AXIS_Y, "AXIS_Y"); in names.append() argument
1464 AXIS_Y,
2618 return nativeGetAxisValue(mNativePtr, AXIS_Y, 0, HISTORY_CURRENT); in getY()
2795 return nativeGetAxisValue(mNativePtr, AXIS_Y, pointerIndex, HISTORY_CURRENT); in getY()
3030 return nativeGetRawAxisValue(mNativePtr, AXIS_Y, 0, HISTORY_CURRENT); in getRawY()
3112 return nativeGetRawAxisValue(mNativePtr, AXIS_Y, pointerIndex, HISTORY_CURRENT); in getRawY()
3255 return nativeGetAxisValue(mNativePtr, AXIS_Y, 0, pos); in getHistoricalY()
3413 return nativeGetAxisValue(mNativePtr, AXIS_Y, pointerIndex, pos); in getHistoricalY()
3793 final float y = nativeGetAxisValue(mNativePtr, AXIS_Y, i, HISTORY_CURRENT); in isWithinBoundsNoHistory()
[all …]
DInputDevice.java402 public static final int MOTION_RANGE_Y = MotionEvent.AXIS_Y;
DViewRootImpl.java8569 mJoystickAxesState.updateStateForAxis(event, time, MotionEvent.AXIS_Y,
8570 event.getHistoricalAxisValue(MotionEvent.AXIS_Y, 0, h));
8579 mJoystickAxesState.updateStateForAxis(event, time, MotionEvent.AXIS_Y,
8580 event.getAxisValue(MotionEvent.AXIS_Y));
8624 if (axis == MotionEvent.AXIS_X || axis == MotionEvent.AXIS_Y) {
8669 if (axis == MotionEvent.AXIS_X || axis == MotionEvent.AXIS_Y) {
8680 return axis == MotionEvent.AXIS_Y || axis == MotionEvent.AXIS_HAT_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/apct-tests/perftests/core/src/android/input/
DVelocityTrackerBenchmarkTest.kt137 Assert.assertTrue(velocityTracker.getAxisVelocity(MotionEvent.AXIS_Y) != 0f) in assertNonZeroVelocity()
/frameworks/base/services/core/java/com/android/server/input/
DInputShellCommand.java46 import static android.view.MotionEvent.AXIS_Y;
196 MotionEvent.AXIS_Y, y, in injectMotionEvent()
550 axisValues.put(AXIS_Y, Float.parseFloat(getNextArgRequired())); in runScroll()
/frameworks/base/media/lib/tvremote/java/com/android/media/tv/remoteprovider/
DTvRemoteProvider.java97 MotionEvent.AXIS_Y,
/frameworks/base/core/java/android/hardware/
DSensorManager.java369 public static final int AXIS_Y = 2; field in SensorManager
375 public static final int AXIS_MINUS_Y = AXIS_Y | 0x80;
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogImpl.java2634 /* velocityAxis= */ MotionEvent.AXIS_Y,
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/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
/frameworks/base/core/api/
Dcurrent.txt18777 field public static final int AXIS_Y = 2; // 0x2
51935 field public static final int AXIS_Y = 1; // 0x1