Home
last modified time | relevance | path

Searched refs:getMaxScrollAmount (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
DButtonsWithTallTextViewInBetweenTest.java70 mScrollView.getMaxScrollAmount()); in testPreconditions()
72 …getTopWithinScrollView(mBottomButton)- mScrollView.getBottom() > mScrollView.getMaxScrollAmount()); in testPreconditions()
81 mScrollView.getMaxScrollAmount(), in testPanTopButtonOffScreenLosesFocus()
97 …((getBottomWithinScrollView(mBottomButton) - screenBottom)) / mScrollView.getMaxScrollAmount() + 1; in testScrollDownToBottomButton()
131 maxScroll - mScrollView.getMaxScrollAmount(), in testPanBottomButtonOffScreenLosesFocus()
DMultiPageTextWithPaddingTest.java59 / mScrollView.getMaxScrollAmount()); in testScrollDownToBottom()
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
DListOfItemsTallerThanScreenTest.java51 amountOffScreen > mListView.getMaxScrollAmount()); in testPreconditions()
70 mListView.getListPaddingTop() - mListView.getMaxScrollAmount() * i, in testScrollDownAcrossItem()
106 assertEquals(topOfPeekingNext - (mListView.getMaxScrollAmount()), next.getTop()); in testScrollDownToNextItem()
113 (mListView.getSelectedView().getHeight() / mListView.getMaxScrollAmount()) + 1; in testScrollFirstItemOffScreen()
194 return (pixelsOffScreen / mListView.getMaxScrollAmount()) + 1; in getNumDownPressesToScrollDownAcrossSelected()
DListItemFocusablesFarApartTest.java76 topOfSecondButton - topOfFirstButton > mListView.getMaxScrollAmount()); in testPreconditions()
107 expectedTop -= mListView.getMaxScrollAmount(); in testPanWhenNextFocusableTooFarDown()
DListOfShortShortTallShortShortTest.java52 firstTwoHeight <= mListView.getMaxScrollAmount()); in testPreconditions()
/frameworks/base/core/java/android/widget/
DListView.java283 public int getMaxScrollAmount() { in getMaxScrollAmount() method in ListView
2971 && (goalBottom - viewToMakeVisible.getTop()) >= getMaxScrollAmount()) { in amountToScroll()
2984 return Math.min(amountToScroll, getMaxScrollAmount()); in amountToScroll()
3008 (viewToMakeVisible.getBottom() - goalTop) >= getMaxScrollAmount()) { in amountToScroll()
3019 return Math.min(amountToScroll, getMaxScrollAmount()); in amountToScroll()
3154 final int maxScrollAmount = getMaxScrollAmount(); in arrowScrollFocused()
DScrollView.java339 public int getMaxScrollAmount() { in getMaxScrollAmount() method in ScrollView
1230 final int maxJump = getMaxScrollAmount(); in arrowScroll()
DHorizontalScrollView.java307 public int getMaxScrollAmount() { in getMaxScrollAmount() method in HorizontalScrollView
1207 final int maxJump = getMaxScrollAmount(); in arrowScroll()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt37597 method public int getMaxScrollAmount();
37809 method public int getMaxScrollAmount();
38306 method public int getMaxScrollAmount();
/frameworks/base/api/
Dcurrent.txt55794 method public int getMaxScrollAmount();
56016 method public int getMaxScrollAmount();
56616 method public int getMaxScrollAmount();