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()
567 final int listBottom = mScrollY + getHeight() - mListPadding.bottom; in showingBottomFadingEdge() local570 || (bottomOfBottomChild < listBottom); in showingBottomFadingEdge()2496 final int listBottom = getHeight() - mListPadding.bottom; in nextSelectedPositionForDirection() local2497 if (selectedView != null && selectedView.getBottom() <= listBottom) { in nextSelectedPositionForDirection()2749 final int listBottom = getHeight() - mListPadding.bottom; in amountToScroll() local2767 int goalBottom = listBottom; in amountToScroll()2787 final int max = getChildAt(numChildren - 1).getBottom() - listBottom; in amountToScroll()2934 final int listBottom = getHeight() - mListPadding.bottom - in arrowScrollFocused()2937 (selectedView != null && selectedView.getBottom() < listBottom) ? in arrowScrollFocused()2939 listBottom; in arrowScrollFocused()[all …]
2122 final int listBottom = getHeight() - getPaddingBottom(); in onMeasure() local2124 final int lastBottom = lastChild != null ? lastChild.getBottom() : listBottom; in onMeasure()2126 lastBottom <= listBottom; in onMeasure()5350 final int listBottom = getHeight() - getPaddingBottom(); in handleDataChanged() local5352 final int lastBottom = lastChild != null ? lastChild.getBottom() : listBottom; in handleDataChanged()5354 lastBottom <= listBottom) { in handleDataChanged()