Searched refs:getMaxScrollAmount (Results 1 – 10 of 10) 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()
283 public int getMaxScrollAmount() { in getMaxScrollAmount() method in ListView2971 && (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()
339 public int getMaxScrollAmount() { in getMaxScrollAmount() method in ScrollView1230 final int maxJump = getMaxScrollAmount(); in arrowScroll()
307 public int getMaxScrollAmount() { in getMaxScrollAmount() method in HorizontalScrollView1207 final int maxJump = getMaxScrollAmount(); in arrowScroll()
37597 method public int getMaxScrollAmount();37809 method public int getMaxScrollAmount();38306 method public int getMaxScrollAmount();
55794 method public int getMaxScrollAmount();56016 method public int getMaxScrollAmount();56616 method public int getMaxScrollAmount();