Searched refs:lastVisibleView (Results 1 – 2 of 2) sorted by relevance
137 var lastVisibleView: View? = null in findUndefinedBackground() variable145 if (lastVisibleView != null) { in findUndefinedBackground()148 lastVisibleView = visibleView in findUndefinedBackground()152 return lastVisibleView in findUndefinedBackground()
66 final View lastVisibleView = mListView.getChildAt(mListView.getChildCount() - 1); in testGoDownToOffScreenSelectable() local69 listBottom - mListView.getVerticalFadingEdgeLength(), lastVisibleView.getBottom()); in testGoDownToOffScreenSelectable()