/frameworks/base/tests/Input/src/com/android/server/input/ |
D | InputShellCommandTest.java | 25 import static android.view.MotionEvent.AXIS_X; 69 assertAxisValues(event, Map.of(AXIS_X, 2f, AXIS_Y, -3f)); in testScroll_withPointerSource_noAxisOption() 82 AXIS_X, 1f, in testScroll_withPointerSource_withScrollAxisOptions()
|
/frameworks/base/core/java/android/view/ |
D | VelocityTracker.java | 49 MotionEvent.AXIS_X, 429 return nativeGetVelocity(mPtr, MotionEvent.AXIS_X, id); in getXVelocity()
|
D | MotionEvent.java | 629 public static final int AXIS_X = 0; field in MotionEvent 1408 names.append(AXIS_X, "AXIS_X"); in names.append() argument 1463 AXIS_X, 2605 return nativeGetAxisValue(mNativePtr, AXIS_X, 0, HISTORY_CURRENT); in getX() 2773 return nativeGetAxisValue(mNativePtr, AXIS_X, pointerIndex, HISTORY_CURRENT); in getX() 3016 return nativeGetRawAxisValue(mNativePtr, AXIS_X, 0, HISTORY_CURRENT); in getRawX() 3071 return nativeGetRawAxisValue(mNativePtr, AXIS_X, pointerIndex, HISTORY_CURRENT); in getRawX() 3240 return nativeGetAxisValue(mNativePtr, AXIS_X, 0, pos); in getHistoricalX() 3395 return nativeGetAxisValue(mNativePtr, AXIS_X, pointerIndex, pos); in getHistoricalX() 3792 final float x = nativeGetAxisValue(mNativePtr, AXIS_X, i, HISTORY_CURRENT); in isWithinBoundsNoHistory() [all …]
|
D | InputDevice.java | 393 public static final int MOTION_RANGE_X = MotionEvent.AXIS_X;
|
D | ViewRootImpl.java | 8567 mJoystickAxesState.updateStateForAxis(event, time, MotionEvent.AXIS_X, 8568 event.getHistoricalAxisValue(MotionEvent.AXIS_X, 0, h)); 8577 mJoystickAxesState.updateStateForAxis(event, time, MotionEvent.AXIS_X, 8578 event.getAxisValue(MotionEvent.AXIS_X)); 8624 if (axis == MotionEvent.AXIS_X || axis == MotionEvent.AXIS_Y) { 8669 if (axis == MotionEvent.AXIS_X || axis == MotionEvent.AXIS_Y) { 8677 return axis == MotionEvent.AXIS_X || axis == MotionEvent.AXIS_HAT_X;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/haptics/slider/ |
D | SliderHapticFeedbackConfig.kt | 43 val velocityAxis: Int = MotionEvent.AXIS_X,
|
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/ |
D | BasicGLSurfaceView.java | 66 float x = event.getAxisValue(MotionEvent.AXIS_X); in onGenericMotionEvent()
|
/frameworks/native/services/inputflinger/docs/ |
D | pointer_capture.md | 9 - Events from a mouse will be delivered with the source `SOURCE_MOUSE_RELATIVE`, and their `AXIS_X`… 10 - Events from a touchpad will be delivered with the source `SOURCE_TOUCHPAD`, and their `AXIS_X` an…
|
/frameworks/base/apct-tests/perftests/core/src/android/input/ |
D | VelocityTrackerBenchmarkTest.kt | 136 Assert.assertTrue(velocityTracker.getAxisVelocity(MotionEvent.AXIS_X) != 0f) in assertNonZeroVelocity()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputShellCommand.java | 45 import static android.view.MotionEvent.AXIS_X; 195 MotionEvent.AXIS_X, x, in injectMotionEvent() 549 axisValues.put(AXIS_X, Float.parseFloat(getNextArgRequired())); in runScroll()
|
/frameworks/base/media/lib/tvremote/java/com/android/media/tv/remoteprovider/ |
D | TvRemoteProvider.java | 96 MotionEvent.AXIS_X,
|
/frameworks/base/core/java/android/hardware/ |
D | SensorManager.java | 367 public static final int AXIS_X = 1; field in SensorManager 373 public static final int AXIS_MINUS_X = AXIS_X | 0x80;
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | HapticScrollFeedbackProviderTest.java | 385 INPUT_DEVICE_1, InputDevice.SOURCE_ROTARY_ENCODER, MotionEvent.AXIS_X); in testScrollLimit_notEnabledWithDissimilarSnap()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 12480 field public static final int AXIS_X = 1; // 0x1 33032 field public static final int AXIS_X = 0; // 0x0
|
/frameworks/base/core/api/ |
D | current.txt | 18776 field public static final int AXIS_X = 1; // 0x1 51934 field public static final int AXIS_X = 0; // 0x0
|