Searched refs:listBottom (Results 1 – 5 of 5) sorted by relevance
54 final int listBottom = mListView.getHeight() - mListView.getListPaddingBottom(); in testScrollToBottom() local58 final int bottomFadingEdge = listBottom - mListView.getVerticalFadingEdgeLength(); in testScrollToBottom()64 bottomFadingEdge : listBottom; in testScrollToBottom()74 lastChild.getBottom() >= listBottom); in testScrollToBottom()90 final int listBottom = mListView.getHeight() - mListView.getListPaddingBottom(); in testScrollToTop() local113 lastChild.getBottom() >= listBottom); in testScrollToTop()
63 final int listBottom = mListView.getHeight() - mListView.getListPaddingBottom(); in testGoDownToOffScreenSelectable() local68 listBottom - mListView.getVerticalFadingEdgeLength(), lastVisibleView.getBottom()); in testGoDownToOffScreenSelectable()77 assertEquals(listBottom, mListView.getSelectedView().getBottom()); in testGoDownToOffScreenSelectable()82 final int listBottom = mListView.getHeight() - mListView.getListPaddingBottom(); in testGoUpToOffScreenSelectable() local89 assertEquals(listBottom, mListView.getSelectedView().getBottom()); in testGoUpToOffScreenSelectable()
96 int listBottom = mListView.getHeight() - mListView.getPaddingBottom(); in testSecondToLastItemRequestRectBelowBottom() local98 listBottom, in testSecondToLastItemRequestRectBelowBottom()
569 final int listBottom = mScrollY + getHeight() - mListPadding.bottom; in showingBottomFadingEdge() local572 || (bottomOfBottomChild < listBottom); in showingBottomFadingEdge()2576 final int listBottom = getHeight() - mListPadding.bottom; in nextSelectedPositionForDirection() local2577 if (selectedView != null && selectedView.getBottom() <= listBottom) { in nextSelectedPositionForDirection()2829 final int listBottom = getHeight() - mListPadding.bottom; in amountToScroll() local2847 int goalBottom = listBottom; in amountToScroll()2867 final int max = getChildAt(numChildren - 1).getBottom() - listBottom; in amountToScroll()3014 final int listBottom = getHeight() - mListPadding.bottom - in arrowScrollFocused()3017 (selectedView != null && selectedView.getBottom() < listBottom) ? in arrowScrollFocused()3019 listBottom; in arrowScrollFocused()[all …]
2135 final int listBottom = getHeight() - getPaddingBottom(); in onMeasure() local2137 final int lastBottom = lastChild != null ? lastChild.getBottom() : listBottom; in onMeasure()2139 lastBottom <= listBottom; in onMeasure()5513 final int listBottom = getHeight() - getPaddingBottom(); in handleDataChanged() local5515 final int lastBottom = lastChild != null ? lastChild.getBottom() : listBottom; in handleDataChanged()5517 lastBottom <= listBottom) { in handleDataChanged()