/frameworks/base/core/tests/coretests/src/android/widget/ |
D | DifferentialMotionFlingHelperTest.java | 80 deliverEventWithVelocity(createPointerEvent(), MotionEvent.AXIS_VSCROLL, 60); in deviceDoesNotSupportFling_noVelocityCalculated() 96 deliverEventWithVelocity(createPointerEvent(), MotionEvent.AXIS_VSCROLL, 50); in flingParamsChanged_stopsOngoingFling() 107 deliverEventWithVelocity(createPointerEvent(), MotionEvent.AXIS_VSCROLL, 20); in positiveFlingVelocityTooLow_doesNotGenerateFling() 116 deliverEventWithVelocity(createPointerEvent(), MotionEvent.AXIS_VSCROLL, -20); in negativeFlingVelocityTooLow_doesNotGenerateFling() 125 deliverEventWithVelocity(createPointerEvent(), MotionEvent.AXIS_VSCROLL, 60); in positiveFlingVelocityAboveMinimum_generateFlings() 134 deliverEventWithVelocity(createPointerEvent(), MotionEvent.AXIS_VSCROLL, -60); in negativeFlingVelocityAboveMinimum_generateFlings() 143 deliverEventWithVelocity(createPointerEvent(), MotionEvent.AXIS_VSCROLL, 3000); in positiveFlingVelocityAboveMaximum_velocityClamped() 154 deliverEventWithVelocity(createPointerEvent(), MotionEvent.AXIS_VSCROLL, 60); in flingFeatureFlagDisabled_noFlingCalculation() 164 deliverEventWithVelocity(createPointerEvent(), MotionEvent.AXIS_VSCROLL, -3000); in negativeFlingVelocityAboveMaximum_velocityClamped()
|
D | MotionEventUtils.java | 24 import static android.view.MotionEvent.AXIS_VSCROLL; 43 coords.setAxisValue(AXIS_VSCROLL, vScroll); in createGenericPointerEvent()
|
/frameworks/base/tests/Input/src/com/android/server/input/ |
D | InputShellCommandTest.java | 24 import static android.view.MotionEvent.AXIS_VSCROLL; 85 AXIS_VSCROLL, 1.7f, in testScroll_withPointerSource_withScrollAxisOptions() 105 assertAxisValues(event, Map.of(AXIS_HSCROLL, 3f, AXIS_VSCROLL, 1.7f, AXIS_SCROLL, -4f)); in testScroll_withNonPointerSource_withScrollAxisOptions()
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | RotaryScrollHapticsTest.java | 24 import static android.view.MotionEvent.AXIS_VSCROLL; 241 coords.setAxisValue(AXIS_VSCROLL, vScroll); in createGenericPointerEvent()
|
/frameworks/base/core/java/android/text/method/ |
D | BaseMovementMethod.java | 102 hscroll = event.getAxisValue(MotionEvent.AXIS_VSCROLL); in onGenericMotionEvent() 104 vscroll = -event.getAxisValue(MotionEvent.AXIS_VSCROLL); in onGenericMotionEvent()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputShellCommand.java | 44 import static android.view.MotionEvent.AXIS_VSCROLL; 552 final Set<Integer> supportedAxes = Set.of(AXIS_HSCROLL, AXIS_VSCROLL, AXIS_SCROLL); in runScroll()
|
/frameworks/base/core/java/android/view/ |
D | MotionEvent.java | 836 public static final int AXIS_VSCROLL = 9; field in MotionEvent 1417 names.append(AXIS_VSCROLL, "AXIS_VSCROLL"); in names.append() argument 1472 AXIS_VSCROLL,
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | PointerLocationView.java | 574 .append(" VScroll=").append(coords.getAxisValue(MotionEvent.AXIS_VSCROLL), 1) in logCoords()
|
D | RecyclerView.java | 3034 vScroll = -event.getAxisValue(MotionEvent.AXIS_VSCROLL); in onGenericMotionEvent()
|
/frameworks/base/core/java/android/widget/ |
D | HorizontalScrollView.java | 870 axisValue = -event.getAxisValue(MotionEvent.AXIS_VSCROLL); in onGenericMotionEvent()
|
D | StackView.java | 591 final float vscroll = event.getAxisValue(MotionEvent.AXIS_VSCROLL); in onGenericMotionEvent()
|
D | ScrollView.java | 975 axis = MotionEvent.AXIS_VSCROLL; in onGenericMotionEvent()
|
D | AbsListView.java | 4501 axis = MotionEvent.AXIS_VSCROLL; in onGenericMotionEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 3527 final float vscroll = event.getAxisValue(MotionEvent.AXIS_VSCROLL); in onGenericMotionEvent()
|
/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 | 33030 field public static final int AXIS_VSCROLL = 9; // 0x9
|
/frameworks/base/core/api/ |
D | current.txt | 51932 field public static final int AXIS_VSCROLL = 9; // 0x9
|