Searched refs:lastVisibleView (Results 1 – 2 of 2) sorted by relevance
65 final View lastVisibleView = mListView.getChildAt(mListView.getChildCount() - 1); in testGoDownToOffScreenSelectable() local68 listBottom - mListView.getVerticalFadingEdgeLength(), lastVisibleView.getBottom()); in testGoDownToOffScreenSelectable()
480 View lastVisibleView = getChildAt(getChildCount() - 1); in onLayoutChildren() local481 if (lastVisibleView != null) { in onLayoutChildren()483 (RecyclerView.LayoutParams) lastVisibleView.getLayoutParams(); in onLayoutChildren()499 newTop = lastVisibleView.getTop() + view.getHeight() * in onLayoutChildren()