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()2585 final int listBottom = getHeight() - mListPadding.bottom; in nextSelectedPositionForDirection() local2586 if (selectedView != null && selectedView.getBottom() <= listBottom) { in nextSelectedPositionForDirection()2838 final int listBottom = getHeight() - mListPadding.bottom; in amountToScroll() local2856 int goalBottom = listBottom; in amountToScroll()2876 final int max = getChildAt(numChildren - 1).getBottom() - listBottom; in amountToScroll()3023 final int listBottom = getHeight() - mListPadding.bottom - in arrowScrollFocused()3026 (selectedView != null && selectedView.getBottom() < listBottom) ? in arrowScrollFocused()3028 listBottom; in arrowScrollFocused()[all …]
2136 final int listBottom = getHeight() - getPaddingBottom(); in onMeasure() local2138 final int lastBottom = lastChild != null ? lastChild.getBottom() : listBottom; in onMeasure()2140 lastBottom <= listBottom; in onMeasure()5508 final int listBottom = getHeight() - getPaddingBottom(); in handleDataChanged() local5510 final int lastBottom = lastChild != null ? lastChild.getBottom() : listBottom; in handleDataChanged()5512 lastBottom <= listBottom) { in handleDataChanged()