Searched refs:getBottomWithinScrollView (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
H A DButtonsWithTallTextViewInBetweenTest.java60 private int getBottomWithinScrollView(View descendant) { method in class:ButtonsWithTallTextViewInBetweenTest
85 getBottomWithinScrollView(mTopButton) < mScrollView.getScrollY());
97 ((getBottomWithinScrollView(mBottomButton) - screenBottom)) / mScrollView.getMaxScrollAmount() + 1;

Completed in 324 milliseconds