Searched refs:maxScroll (Results 1 – 5 of 5) sorted by relevance
121 final int maxScroll = getActivity().getLinearLayout().getHeight() in testPanBottomButtonOffScreenLosesFocus() local124 maxScroll, in testPanBottomButtonOffScreenLosesFocus()131 maxScroll - mScrollView.getMaxScrollAmount(), in testPanBottomButtonOffScreenLosesFocus()
144 final public void setMaxScroll(int maxScroll) { in setMaxScroll() argument145 mMaxScroll = maxScroll; in setMaxScroll()
2031 int minScroll = 0, maxScroll = 0; in scrollDirectionPrimary() local2035 maxScroll = mWindowAlignment.mainAxis().getMaxScroll(); in scrollDirectionPrimary()2036 if (mScrollOffsetPrimary + da > maxScroll) { in scrollDirectionPrimary()2037 da = maxScroll - mScrollOffsetPrimary; in scrollDirectionPrimary()2116 int maxScroll = getPrimarySystemScrollPositionOfChildMax(findViewByPosition(pos));2121 mWindowAlignment.mainAxis().setMaxScroll(maxScroll);2123 " scrollMax to " + maxScroll);2127 + "greater than " + maxScroll);
2131 final int maxScroll = getMaxDragScroll(recyclerView); in interpolateOutOfBoundsScroll() local2136 final int cappedScroll = (int) (direction * maxScroll * in interpolateOutOfBoundsScroll()
1802 final int maxScroll = (int) (MAX_SCROLL_FACTOR * mOrientationHelper.getTotalSpace()); in onFocusSearchFailed() local1803 updateLayoutState(layoutDir, maxScroll, false, state); in onFocusSearchFailed()