Searched refs:maxScroll (Results 1 – 4 of 4) sorted by relevance
69 float maxScroll = mParent.computeVerticalScrollRange(); in drawRoundScrollbars() local71 if (scrollExtent <= 0 || maxScroll <= scrollExtent) { in drawRoundScrollbars()84 float sweepAngle = (linearThumbLength / maxScroll) * SCROLLBAR_ANGLE_RANGE; in drawRoundScrollbars()88 / (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()
2112 final int maxScroll = getMaxDragScroll(recyclerView); in interpolateOutOfBoundsScroll() local2117 final int cappedScroll = (int) (direction * maxScroll in interpolateOutOfBoundsScroll()
1911 final int maxScroll = (int) (MAX_SCROLL_FACTOR * mOrientationHelper.getTotalSpace()); in onFocusSearchFailed() local1912 updateLayoutState(layoutDir, maxScroll, false, state); in onFocusSearchFailed()