Searched refs:listBottom (Results 1 – 5 of 5) sorted by relevance
52 final int listBottom = mListView.getHeight() - mListView.getListPaddingBottom(); in testScrollToBottom() local56 final int bottomFadingEdge = listBottom - mListView.getVerticalFadingEdgeLength(); in testScrollToBottom()62 bottomFadingEdge : listBottom; in testScrollToBottom()72 lastChild.getBottom() >= listBottom); in testScrollToBottom()88 final int listBottom = mListView.getHeight() - mListView.getListPaddingBottom(); in testScrollToTop() local111 lastChild.getBottom() >= listBottom); in testScrollToTop()
61 final int listBottom = mListView.getHeight() - mListView.getListPaddingBottom(); in testGoDownToOffScreenSelectable() local66 listBottom - mListView.getVerticalFadingEdgeLength(), lastVisibleView.getBottom()); in testGoDownToOffScreenSelectable()75 assertEquals(listBottom, mListView.getSelectedView().getBottom()); in testGoDownToOffScreenSelectable()80 final int listBottom = mListView.getHeight() - mListView.getListPaddingBottom(); in testGoUpToOffScreenSelectable() local87 assertEquals(listBottom, mListView.getSelectedView().getBottom()); in testGoUpToOffScreenSelectable()
94 int listBottom = mListView.getHeight() - mListView.getPaddingBottom(); in testSecondToLastItemRequestRectBelowBottom() local96 listBottom, in testSecondToLastItemRequestRectBelowBottom()
537 final int listBottom = mScrollY + getHeight() - mListPadding.bottom; in showingBottomFadingEdge() local540 || (bottomOfBottomChild < listBottom); in showingBottomFadingEdge()2576 final int listBottom = getHeight() - mListPadding.bottom; in amountToScroll() local2590 int goalBottom = listBottom; in amountToScroll()2610 final int max = getChildAt(numChildren - 1).getBottom() - listBottom; in amountToScroll()2751 final int listBottom = getHeight() - mListPadding.bottom - in arrowScrollFocused()2754 (selectedView != null && selectedView.getBottom() < listBottom) ? in arrowScrollFocused()2756 listBottom; in arrowScrollFocused()2846 final int listBottom = getHeight() - mListPadding.bottom;2847 if (mTempRect.bottom > listBottom) {[all …]
1835 final int listBottom = getHeight() - getPaddingBottom(); in onMeasure() local1837 final int lastBottom = lastChild != null ? lastChild.getBottom() : listBottom; in onMeasure()1839 lastBottom <= listBottom; in onMeasure()4864 final int listBottom = getHeight() - getPaddingBottom(); in handleDataChanged() local4866 final int lastBottom = lastChild != null ? lastChild.getBottom() : listBottom; in handleDataChanged()4868 lastBottom <= listBottom) { in handleDataChanged()