Home
last modified time | relevance | path

Searched refs:AXIS_VSCROLL (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/
DDifferentialMotionFlingHelperTest.java80 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()
DMotionEventUtils.java24 import static android.view.MotionEvent.AXIS_VSCROLL;
43 coords.setAxisValue(AXIS_VSCROLL, vScroll); in createGenericPointerEvent()
/frameworks/base/tests/Input/src/com/android/server/input/
DInputShellCommandTest.java24 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/
DRotaryScrollHapticsTest.java24 import static android.view.MotionEvent.AXIS_VSCROLL;
241 coords.setAxisValue(AXIS_VSCROLL, vScroll); in createGenericPointerEvent()
/frameworks/base/core/java/android/text/method/
DBaseMovementMethod.java102 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/
DInputShellCommand.java44 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/
DMotionEvent.java836 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/
DPointerLocationView.java574 .append(" VScroll=").append(coords.getAxisValue(MotionEvent.AXIS_VSCROLL), 1) in logCoords()
DRecyclerView.java3034 vScroll = -event.getAxisValue(MotionEvent.AXIS_VSCROLL); in onGenericMotionEvent()
/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java870 axisValue = -event.getAxisValue(MotionEvent.AXIS_VSCROLL); in onGenericMotionEvent()
DStackView.java591 final float vscroll = event.getAxisValue(MotionEvent.AXIS_VSCROLL); in onGenericMotionEvent()
DScrollView.java975 axis = MotionEvent.AXIS_VSCROLL; in onGenericMotionEvent()
DAbsListView.java4501 axis = MotionEvent.AXIS_VSCROLL; in onGenericMotionEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java3527 final float vscroll = event.getAxisValue(MotionEvent.AXIS_VSCROLL); in onGenericMotionEvent()
/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.txt33030 field public static final int AXIS_VSCROLL = 9; // 0x9
/frameworks/base/core/api/
Dcurrent.txt51932 field public static final int AXIS_VSCROLL = 9; // 0x9