Searched defs:scrollAmount (Results 1 – 8 of 8) sorted by relevance
43 private VirtualRotaryEncoderScrollEvent(float scrollAmount, long eventTimeNanos) { in VirtualRotaryEncoderScrollEvent()
93 int scrollAmount = computeScrollAmount(recyclerLocalVisible, adjustedContainerBounds); in onScrollRequested() local
796 bool VirtualRotaryEncoder::writeScrollEvent(float scrollAmount, in writeScrollEvent()
156 jfloat scrollAmount, jlong eventTimeNanos) { in nativeWriteRotaryEncoderScrollEvent()
499 private static native boolean nativeWriteRotaryEncoderScrollEvent(long ptr, float scrollAmount, in nativeWriteRotaryEncoderScrollEvent()582 public boolean writeRotaryEncoderScrollEvent(long ptr, float scrollAmount, in writeRotaryEncoderScrollEvent()
564 int scrollAmount = targetCenter - selectedCenter; in scrollIntoSlots() local
3838 float scrollAmount; in onScrollTouch() local
18763 final int scrollAmount = -Math.round(axisScrollValue * verticalScrollFactor); in doRotaryProgressForScrollHaptics() local18766 MotionEvent.AXIS_SCROLL, scrollAmount); in doRotaryProgressForScrollHaptics() local