Searched refs:getMaxScrollAmount (Results 1 - 8 of 8) 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.java57 / mScrollView.getMaxScrollAmount());
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
H A DListOfItemsTallerThanScreenTest.java49 amountOffScreen > mListView.getMaxScrollAmount());
68 mListView.getListPaddingTop() - mListView.getMaxScrollAmount() * i,
104 assertEquals(topOfPeekingNext - (mListView.getMaxScrollAmount()), next.getTop());
110 (mListView.getSelectedView().getHeight() / mListView.getMaxScrollAmount()) + 1;
191 return (pixelsOffScreen / mListView.getMaxScrollAmount()) + 1;
H A DListItemFocusablesFarApartTest.java75 topOfSecondButton - topOfFirstButton > mListView.getMaxScrollAmount());
106 expectedTop -= mListView.getMaxScrollAmount();
H A DListOfShortShortTallShortShortTest.java49 firstTwoHeight <= mListView.getMaxScrollAmount());
/frameworks/base/core/java/android/widget/
H A DListView.java193 public int getMaxScrollAmount() { method in class:ListView
2684 * capped at {@link #getMaxScrollAmount()} .
2723 && (goalBottom - viewToMakeVisible.getTop()) >= getMaxScrollAmount()) {
2736 return Math.min(amountToScroll, getMaxScrollAmount());
2760 (viewToMakeVisible.getBottom() - goalTop) >= getMaxScrollAmount()) {
2771 return Math.min(amountToScroll, getMaxScrollAmount());
2906 final int maxScrollAmount = getMaxScrollAmount();
H A DHorizontalScrollView.java195 public int getMaxScrollAmount() { method in class:HorizontalScrollView
1063 final int maxJump = getMaxScrollAmount();
H A DScrollView.java216 public int getMaxScrollAmount() { method in class:ScrollView
1048 final int maxJump = getMaxScrollAmount();

Completed in 121 milliseconds