Searched refs:maxScroll (Results 1 – 7 of 7) sorted by relevance
62 float maxScroll = mParent.computeVerticalScrollRange(); in drawRoundScrollbars() local64 if (scrollExtent <= 0 || maxScroll <= scrollExtent) { in drawRoundScrollbars()77 float sweepAngle = (linearThumbLength / maxScroll) * SCROLLBAR_ANGLE_RANGE; in drawRoundScrollbars()81 / (maxScroll - linearThumbLength) - SCROLLBAR_ANGLE_RANGE / 2; in drawRoundScrollbars()
121 final int maxScroll = getActivity().getLinearLayout().getHeight() in testPanBottomButtonOffScreenLosesFocus() local124 maxScroll, in testPanBottomButtonOffScreenLosesFocus()131 maxScroll - mScrollView.getMaxScrollAmount(), in testPanBottomButtonOffScreenLosesFocus()
2118 final int maxScroll = getMaxDragScroll(recyclerView); in interpolateOutOfBoundsScroll() local2123 final int cappedScroll = (int) (direction * maxScroll in interpolateOutOfBoundsScroll()
2112 final int maxScroll = getMaxDragScroll(recyclerView); in interpolateOutOfBoundsScroll() local2117 final int cappedScroll = (int) (direction * maxScroll in interpolateOutOfBoundsScroll()
2380 int minScroll = 0, maxScroll = 0; in scrollDirectionPrimary() local2385 maxScroll = mWindowAlignment.mainAxis().getMaxScroll(); in scrollDirectionPrimary()2386 if (da > maxScroll) { in scrollDirectionPrimary()2387 da = maxScroll; in scrollDirectionPrimary()
1915 final int maxScroll = (int) (MAX_SCROLL_FACTOR * mOrientationHelper.getTotalSpace()); in onFocusSearchFailed() local1916 updateLayoutState(layoutDir, maxScroll, false, state); in onFocusSearchFailed()
1967 final int maxScroll = (int) (MAX_SCROLL_FACTOR * mOrientationHelper.getTotalSpace()); in onFocusSearchFailed() local1968 updateLayoutState(layoutDir, maxScroll, false, state); in onFocusSearchFailed()