/frameworks/base/core/tests/coretests/src/android/view/ |
D | HapticScrollFeedbackProviderTest.java | 76 INPUT_DEVICE_1, InputDevice.SOURCE_ROTARY_ENCODER, MotionEvent.AXIS_SCROLL, in testRotaryEncoder_noFeedbackWhenViewBasedFeedbackIsEnabled() 79 INPUT_DEVICE_1, InputDevice.SOURCE_ROTARY_ENCODER, MotionEvent.AXIS_SCROLL); in testRotaryEncoder_noFeedbackWhenViewBasedFeedbackIsEnabled() 81 INPUT_DEVICE_1, InputDevice.SOURCE_ROTARY_ENCODER, MotionEvent.AXIS_SCROLL, in testRotaryEncoder_noFeedbackWhenViewBasedFeedbackIsEnabled() 96 INPUT_DEVICE_1, InputDevice.SOURCE_ROTARY_ENCODER, MotionEvent.AXIS_SCROLL, in testRotaryEncoder_feedbackWhenDisregardingViewBasedScrollHaptics() 99 INPUT_DEVICE_1, InputDevice.SOURCE_ROTARY_ENCODER, MotionEvent.AXIS_SCROLL); in testRotaryEncoder_feedbackWhenDisregardingViewBasedScrollHaptics() 101 INPUT_DEVICE_1, InputDevice.SOURCE_ROTARY_ENCODER, MotionEvent.AXIS_SCROLL, in testRotaryEncoder_feedbackWhenDisregardingViewBasedScrollHaptics() 115 INPUT_DEVICE_1, InputDevice.SOURCE_ROTARY_ENCODER, MotionEvent.AXIS_SCROLL); in testNoFeedbackWhenFeedbackIsDisabled() 117 INPUT_DEVICE_1, InputDevice.SOURCE_ROTARY_ENCODER, MotionEvent.AXIS_SCROLL, in testNoFeedbackWhenFeedbackIsDisabled() 120 INPUT_DEVICE_1, InputDevice.SOURCE_ROTARY_ENCODER, MotionEvent.AXIS_SCROLL, in testNoFeedbackWhenFeedbackIsDisabled() 123 INPUT_DEVICE_1, InputDevice.SOURCE_ROTARY_ENCODER, MotionEvent.AXIS_SCROLL, in testNoFeedbackWhenFeedbackIsDisabled() [all …]
|
D | RotaryScrollHapticsTest.java | 23 import static android.view.MotionEvent.AXIS_SCROLL; 181 TEST_ROTARY_DEVICE_ID, SOURCE_ROTARY_ENCODER, AXIS_SCROLL, scrollPixels); in verifyScrollProgress() 191 TEST_ROTARY_DEVICE_ID, SOURCE_ROTARY_ENCODER, AXIS_SCROLL, isStart); in verifyScrollLimit() 232 coords.setAxisValue(AXIS_SCROLL, scroll); in createRotaryEvent()
|
/frameworks/base/tests/Input/src/com/android/server/input/ |
D | InputShellCommandTest.java | 23 import static android.view.MotionEvent.AXIS_SCROLL; 86 AXIS_SCROLL, -4f)); in testScroll_withPointerSource_withScrollAxisOptions() 105 assertAxisValues(event, Map.of(AXIS_HSCROLL, 3f, AXIS_VSCROLL, 1.7f, AXIS_SCROLL, -4f)); in testScroll_withNonPointerSource_withScrollAxisOptions() 115 assertAxisValues(event, Map.of(AXIS_SCROLL, -4f)); in testDefaultScrollSource()
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | MotionEventUtils.java | 23 import static android.view.MotionEvent.AXIS_SCROLL; 34 coords.setAxisValue(AXIS_SCROLL, scroll); in createRotaryEvent()
|
D | DifferentialMotionFlingHelperTest.java | 87 deliverEventWithVelocity(createRotaryEncoderEvent(), MotionEvent.AXIS_SCROLL, 50); in flingVelocityOppositeToPrevious_stopsOngoingFling() 88 deliverEventWithVelocity(createRotaryEncoderEvent(), MotionEvent.AXIS_SCROLL, -10); in flingVelocityOppositeToPrevious_stopsOngoingFling() 97 deliverEventWithVelocity(createRotaryEncoderEvent(), MotionEvent.AXIS_SCROLL, 10); in flingParamsChanged_stopsOngoingFling()
|
/frameworks/base/apct-tests/perftests/core/src/android/input/ |
D | VelocityTrackerBenchmarkTest.kt | 76 coords.setAxisValue(MotionEvent.AXIS_SCROLL, DEFAULT_SCROLL_AMOUNT) in createMotionEvent() 100 Assert.assertTrue(velocityTracker.getAxisVelocity(MotionEvent.AXIS_SCROLL) != 0f) in assertNonZeroVelocity()
|
/frameworks/base/tests/Input/src/com/android/server/input/debug/ |
D | FocusEventDebugViewTest.java | 91 pointerCoords.setAxisValue(MotionEvent.AXIS_SCROLL, scrollAxisValue); in createRotaryMotionEvent()
|
/frameworks/base/core/java/android/view/ |
D | VelocityTracker.java | 51 MotionEvent.AXIS_SCROLL
|
D | ViewConfiguration.java | 1284 if (source == InputDevice.SOURCE_ROTARY_ENCODER && axis == MotionEvent.AXIS_SCROLL) { in isHapticScrollFeedbackEnabled() 1334 if (source == InputDevice.SOURCE_ROTARY_ENCODER && axis == MotionEvent.AXIS_SCROLL) { in getHapticScrollFeedbackTickInterval()
|
D | MotionEvent.java | 1117 public static final int AXIS_SCROLL = 26; field in MotionEvent 1434 names.append(AXIS_SCROLL, "AXIS_SCROLL"); in names.append() argument 1489 AXIS_SCROLL,
|
D | View.java | 18529 final float axisScrollValue = rotaryEvent.getAxisValue(MotionEvent.AXIS_SCROLL); in doRotaryProgressForScrollHaptics() 18535 MotionEvent.AXIS_SCROLL, scrollAmount); in doRotaryProgressForScrollHaptics() 18539 final boolean isStart = rotaryEvent.getAxisValue(MotionEvent.AXIS_SCROLL) > 0; in doRotaryLimitForScrollHaptics() 18542 MotionEvent.AXIS_SCROLL, isStart); in doRotaryLimitForScrollHaptics()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputShellCommand.java | 43 import static android.view.MotionEvent.AXIS_SCROLL; 552 final Set<Integer> supportedAxes = Set.of(AXIS_HSCROLL, AXIS_VSCROLL, AXIS_SCROLL); in runScroll()
|
/frameworks/base/services/core/java/com/android/server/input/debug/ |
D | FocusEventDebugView.java | 297 float scrollAxisValue = motionEvent.getAxisValue(MotionEvent.AXIS_SCROLL); in handleRotaryInput()
|
/frameworks/base/core/java/android/widget/ |
D | HorizontalScrollView.java | 875 axisValue = event.getAxisValue(MotionEvent.AXIS_SCROLL); in onGenericMotionEvent()
|
D | ScrollView.java | 977 axis = MotionEvent.AXIS_SCROLL; in onGenericMotionEvent()
|
D | AbsListView.java | 4503 axis = MotionEvent.AXIS_SCROLL; 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/base/core/api/ |
D | current.txt | 51924 field public static final int AXIS_SCROLL = 26; // 0x1a
|