Searched refs:scrollAmount (Results 1 – 4 of 4) sorted by relevance
93 int scrollAmount = computeScrollAmount(recyclerLocalVisible, adjustedContainerBounds); in onScrollRequested() local94 if (scrollAmount < 0) { in onScrollRequested()96 } else if (scrollAmount > 0) { in onScrollRequested()99 Log.d(TAG, "scrollAmount: " + scrollAmount); in onScrollRequested()101 View refView = findScrollingReferenceView(listView, scrollAmount); in onScrollRequested()104 listView.scrollListBy(scrollAmount); in onScrollRequested()
564 int scrollAmount = targetCenter - selectedCenter; in scrollIntoSlots() local565 if (scrollAmount != 0) { in scrollIntoSlots()566 mFlingRunnable.startUsingDistance(scrollAmount); in scrollIntoSlots()
2050 float scrollAmount = newTopAmount < 0 ? -newTopAmount : 0.0f;2051 float newScrollY = mOwnScrollY + scrollAmount;2061 scrollAmount = 0.0f;2063 return scrollAmount;2083 float scrollAmount = newBottomAmount < 0 ? newBottomAmount : 0.0f;2084 float newScrollY = mOwnScrollY + scrollAmount;2092 scrollAmount = 0.0f;2094 return scrollAmount;3631 float scrollAmount; in onScrollTouch() local3638 scrollAmount = overScrollDown(deltaY); in onScrollTouch()[all …]
18532 final int scrollAmount = -Math.round(axisScrollValue * verticalScrollFactor); in doRotaryProgressForScrollHaptics() local18535 MotionEvent.AXIS_SCROLL, scrollAmount); in doRotaryProgressForScrollHaptics() local