Home
last modified time | relevance | path

Searched refs:maxScroll (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
DButtonsWithTallTextViewInBetweenTest.java121 final int maxScroll = getActivity().getLinearLayout().getHeight() in testPanBottomButtonOffScreenLosesFocus() local
124 maxScroll, in testPanBottomButtonOffScreenLosesFocus()
131 maxScroll - mScrollView.getMaxScrollAmount(), in testPanBottomButtonOffScreenLosesFocus()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DWindowAlignment.java144 final public void setMaxScroll(int maxScroll) { in setMaxScroll() argument
145 mMaxScroll = maxScroll; in setMaxScroll()
DGridLayoutManager.java1886 int minScroll = 0, maxScroll = 0; in scrollDirectionPrimary() local
1890 maxScroll = mWindowAlignment.mainAxis().getMaxScroll(); in scrollDirectionPrimary()
1891 if (mScrollOffsetPrimary + da > maxScroll) { in scrollDirectionPrimary()
1892 da = maxScroll - mScrollOffsetPrimary; in scrollDirectionPrimary()
1971 int maxScroll = getPrimarySystemScrollPosition(findViewByPosition(pos));
1976 mWindowAlignment.mainAxis().setMaxScroll(maxScroll);
1978 " scrollMax to " + maxScroll);
1982 + "greater than " + maxScroll);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
DItemTouchHelper.java2056 final int maxScroll = getMaxDragScroll(recyclerView); in interpolateOutOfBoundsScroll() local
2061 final int cappedScroll = (int) (direction * maxScroll * in interpolateOutOfBoundsScroll()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DLinearLayoutManager.java1741 final int maxScroll = (int) (MAX_SCROLL_FACTOR * mOrientationHelper.getTotalSpace()); in onFocusSearchFailed() local
1742 updateLayoutState(layoutDir, maxScroll, false, state); in onFocusSearchFailed()