Searched refs:lastVisibleView (Results 1 – 2 of 2) sorted by relevance
149 View lastVisibleView = null; in findUndefinedBackground() local157 if (lastVisibleView != null) { in findUndefinedBackground()160 lastVisibleView = visibleView; in findUndefinedBackground()164 return lastVisibleView; in findUndefinedBackground()
66 final View lastVisibleView = mListView.getChildAt(mListView.getChildCount() - 1); in testGoDownToOffScreenSelectable() local69 listBottom - mListView.getVerticalFadingEdgeLength(), lastVisibleView.getBottom()); in testGoDownToOffScreenSelectable()