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 DListView.java204 public int getMaxScrollAmount() { method in class:ListView
2819 * capped at {@link #getMaxScrollAmount()} .
2858 && (goalBottom - viewToMakeVisible.getTop()) >= getMaxScrollAmount()) {
2871 return Math.min(amountToScroll, getMaxScrollAmount());
2895 (viewToMakeVisible.getBottom() - goalTop) >= getMaxScrollAmount()) {
2906 return Math.min(amountToScroll, getMaxScrollAmount());
3041 final int maxScrollAmount = getMaxScrollAmount();
H A DHorizontalScrollView.java204 public int getMaxScrollAmount() { method in class:HorizontalScrollView
1096 final int maxJump = getMaxScrollAmount();
H A DScrollView.java230 public int getMaxScrollAmount() { method in class:ScrollView
1109 final int maxJump = getMaxScrollAmount();
/frameworks/support/v4/java/android/support/v4/widget/
H A DNestedScrollView.java351 public int getMaxScrollAmount() { method in class:NestedScrollView
1215 final int maxJump = getMaxScrollAmount();

Completed in 252 milliseconds