Searched refs:getMaxScrollAmount (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
H A DButtonsWithTallTextViewInBetweenTest.java70 mScrollView.getMaxScrollAmount());
72 getTopWithinScrollView(mBottomButton)- mScrollView.getBottom() > mScrollView.getMaxScrollAmount());
81 mScrollView.getMaxScrollAmount(),
97 ((getBottomWithinScrollView(mBottomButton) - screenBottom)) / mScrollView.getMaxScrollAmount() + 1;
131 maxScroll - mScrollView.getMaxScrollAmount(),
H A DMultiPageTextWithPaddingTest.java59 / mScrollView.getMaxScrollAmount());
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
H A DListOfItemsTallerThanScreenTest.java50 amountOffScreen > mListView.getMaxScrollAmount());
69 mListView.getListPaddingTop() - mListView.getMaxScrollAmount() * i,
105 assertEquals(topOfPeekingNext - (mListView.getMaxScrollAmount()), next.getTop());
112 (mListView.getSelectedView().getHeight() / mListView.getMaxScrollAmount()) + 1;
193 return (pixelsOffScreen / mListView.getMaxScrollAmount()) + 1;
H A DListItemFocusablesFarApartTest.java75 topOfSecondButton - topOfFirstButton > mListView.getMaxScrollAmount());
106 expectedTop -= mListView.getMaxScrollAmount();
H A DListOfShortShortTallShortShortTest.java51 firstTwoHeight <= mListView.getMaxScrollAmount());
/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java211 public int getMaxScrollAmount() { method in class:HorizontalScrollView
1109 final int maxJump = getMaxScrollAmount();
H A DScrollView.java239 public int getMaxScrollAmount() { method in class:ScrollView
1124 final int maxJump = getMaxScrollAmount();
H A DListView.java273 public int getMaxScrollAmount() { method in class:ListView
2910 * capped at {@link #getMaxScrollAmount()} .
2949 && (goalBottom - viewToMakeVisible.getTop()) >= getMaxScrollAmount()) {
2962 return Math.min(amountToScroll, getMaxScrollAmount());
2986 (viewToMakeVisible.getBottom() - goalTop) >= getMaxScrollAmount()) {
2997 return Math.min(amountToScroll, getMaxScrollAmount());
3132 final int maxScrollAmount = getMaxScrollAmount();
/frameworks/support/compat/src/main/java/androidx/core/widget/
H A DNestedScrollView.java426 public int getMaxScrollAmount() { method in class:NestedScrollView
1291 final int maxJump = getMaxScrollAmount();

Completed in 500 milliseconds