Home
last modified time | relevance | path

Searched refs:getMaxScrollAmount (Results 1 – 20 of 20) 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.java50 amountOffScreen > mListView.getMaxScrollAmount()); in testPreconditions()
69 mListView.getListPaddingTop() - mListView.getMaxScrollAmount() * i, in testScrollDownAcrossItem()
105 assertEquals(topOfPeekingNext - (mListView.getMaxScrollAmount()), next.getTop()); in testScrollDownToNextItem()
112 (mListView.getSelectedView().getHeight() / mListView.getMaxScrollAmount()) + 1; in testScrollFirstItemOffScreen()
193 return (pixelsOffScreen / mListView.getMaxScrollAmount()) + 1; in getNumDownPressesToScrollDownAcrossSelected()
DListItemFocusablesFarApartTest.java75 topOfSecondButton - topOfFirstButton > mListView.getMaxScrollAmount()); in testPreconditions()
106 expectedTop -= mListView.getMaxScrollAmount(); in testPanWhenNextFocusableTooFarDown()
DListOfShortShortTallShortShortTest.java51 firstTwoHeight <= mListView.getMaxScrollAmount()); in testPreconditions()
/frameworks/base/core/java/android/widget/
DListView.java204 public int getMaxScrollAmount() { in getMaxScrollAmount() method in ListView
2858 && (goalBottom - viewToMakeVisible.getTop()) >= getMaxScrollAmount()) { in amountToScroll()
2871 return Math.min(amountToScroll, getMaxScrollAmount()); in amountToScroll()
2895 (viewToMakeVisible.getBottom() - goalTop) >= getMaxScrollAmount()) { in amountToScroll()
2906 return Math.min(amountToScroll, getMaxScrollAmount()); in amountToScroll()
3041 final int maxScrollAmount = getMaxScrollAmount(); in arrowScrollFocused()
DHorizontalScrollView.java204 public int getMaxScrollAmount() { in getMaxScrollAmount() method in HorizontalScrollView
1096 final int maxJump = getMaxScrollAmount(); in arrowScroll()
DScrollView.java230 public int getMaxScrollAmount() { in getMaxScrollAmount() method in ScrollView
1109 final int maxJump = getMaxScrollAmount(); in arrowScroll()
/frameworks/support/v4/java/android/support/v4/widget/
DNestedScrollView.java351 public int getMaxScrollAmount() { in getMaxScrollAmount() method in NestedScrollView
1215 final int maxJump = getMaxScrollAmount(); in arrowScroll()
/frameworks/support/v4/api/
D22.1.0.txt2860 method public int getMaxScrollAmount();
D22.2.0.txt2935 method public int getMaxScrollAmount();
D22.2.1.txt2936 method public int getMaxScrollAmount();
D23.1.1.txt3213 method public int getMaxScrollAmount();
D23.0.0.txt3221 method public int getMaxScrollAmount();
D23.1.0.txt3253 method public int getMaxScrollAmount();
Dcurrent.txt3486 method public int getMaxScrollAmount();
/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.txt46693 method public int getMaxScrollAmount();
46908 method public int getMaxScrollAmount();
47422 method public int getMaxScrollAmount();
Dsystem-current.txt50050 method public int getMaxScrollAmount();
50265 method public int getMaxScrollAmount();
50779 method public int getMaxScrollAmount();
Dtest-current.txt46772 method public int getMaxScrollAmount();
46987 method public int getMaxScrollAmount();
47501 method public int getMaxScrollAmount();