Home
last modified time | relevance | path

Searched refs:getMaxScrollAmount (Results 1 – 8 of 8) 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()
/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/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...