Searched refs:getMaxScrollAmount (Results 1 – 11 of 11) sorted by relevance
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()
59 / mScrollView.getMaxScrollAmount()); in testScrollDownToBottom()
51 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()
76 topOfSecondButton - topOfFirstButton > mListView.getMaxScrollAmount()); in testPreconditions()107 expectedTop -= mListView.getMaxScrollAmount(); in testPanWhenNextFocusableTooFarDown()
52 firstTwoHeight <= mListView.getMaxScrollAmount()); in testPreconditions()
277 public int getMaxScrollAmount() { in getMaxScrollAmount() method in ListView2965 && (goalBottom - viewToMakeVisible.getTop()) >= getMaxScrollAmount()) { in amountToScroll()2978 return Math.min(amountToScroll, getMaxScrollAmount()); in amountToScroll()3002 (viewToMakeVisible.getBottom() - goalTop) >= getMaxScrollAmount()) { in amountToScroll()3013 return Math.min(amountToScroll, getMaxScrollAmount()); in amountToScroll()3148 final int maxScrollAmount = getMaxScrollAmount(); in arrowScrollFocused()
324 public int getMaxScrollAmount() { in getMaxScrollAmount() method in HorizontalScrollView1265 final int maxJump = getMaxScrollAmount(); in arrowScroll()
362 public int getMaxScrollAmount() { in getMaxScrollAmount() method in ScrollView1349 final int maxJump = getMaxScrollAmount(); in arrowScroll()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
37597 method public int getMaxScrollAmount();37809 method public int getMaxScrollAmount();38306 method public int getMaxScrollAmount();
59466 method public int getMaxScrollAmount();59689 method public int getMaxScrollAmount();60370 method public int getMaxScrollAmount();