/frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/ |
D | ButtonsWithTallTextViewInBetweenTest.java | 70 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()
|
D | MultiPageTextWithPaddingTest.java | 59 / mScrollView.getMaxScrollAmount()); in testScrollDownToBottom()
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/ |
D | ListOfItemsTallerThanScreenTest.java | 50 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()
|
D | ListItemFocusablesFarApartTest.java | 75 topOfSecondButton - topOfFirstButton > mListView.getMaxScrollAmount()); in testPreconditions() 106 expectedTop -= mListView.getMaxScrollAmount(); in testPanWhenNextFocusableTooFarDown()
|
D | ListOfShortShortTallShortShortTest.java | 51 firstTwoHeight <= mListView.getMaxScrollAmount()); in testPreconditions()
|
/frameworks/base/core/java/android/widget/ |
D | ListView.java | 204 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()
|
D | HorizontalScrollView.java | 204 public int getMaxScrollAmount() { in getMaxScrollAmount() method in HorizontalScrollView 1096 final int maxJump = getMaxScrollAmount(); in arrowScroll()
|
D | ScrollView.java | 230 public int getMaxScrollAmount() { in getMaxScrollAmount() method in ScrollView 1109 final int maxJump = getMaxScrollAmount(); in arrowScroll()
|
/frameworks/support/v4/java/android/support/v4/widget/ |
D | NestedScrollView.java | 351 public int getMaxScrollAmount() { in getMaxScrollAmount() method in NestedScrollView 1215 final int maxJump = getMaxScrollAmount(); in arrowScroll()
|
/frameworks/support/v4/api/ |
D | 22.1.0.txt | 2860 method public int getMaxScrollAmount();
|
D | 22.2.0.txt | 2935 method public int getMaxScrollAmount();
|
D | 22.2.1.txt | 2936 method public int getMaxScrollAmount();
|
D | 23.1.1.txt | 3213 method public int getMaxScrollAmount();
|
D | 23.0.0.txt | 3221 method public int getMaxScrollAmount();
|
D | 23.1.0.txt | 3253 method public int getMaxScrollAmount();
|
D | current.txt | 3486 method public int getMaxScrollAmount();
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 37597 method public int getMaxScrollAmount(); 37809 method public int getMaxScrollAmount(); 38306 method public int getMaxScrollAmount();
|
/frameworks/base/api/ |
D | current.txt | 46693 method public int getMaxScrollAmount(); 46908 method public int getMaxScrollAmount(); 47422 method public int getMaxScrollAmount();
|
D | system-current.txt | 50050 method public int getMaxScrollAmount(); 50265 method public int getMaxScrollAmount(); 50779 method public int getMaxScrollAmount();
|
D | test-current.txt | 46772 method public int getMaxScrollAmount(); 46987 method public int getMaxScrollAmount(); 47501 method public int getMaxScrollAmount();
|