Home
last modified time | relevance | path

Searched refs:lastVisibleView (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DRoundedCornerEnforcement.java149 View lastVisibleView = null; in findUndefinedBackground() local
157 if (lastVisibleView != null) { in findUndefinedBackground()
160 lastVisibleView = visibleView; in findUndefinedBackground()
164 return lastVisibleView; in findUndefinedBackground()
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
H A DListWithOffScreenNextSelectableTest.java66 final View lastVisibleView = mListView.getChildAt(mListView.getChildCount() - 1); in testGoDownToOffScreenSelectable() local
69 listBottom - mListView.getVerticalFadingEdgeLength(), lastVisibleView.getBottom()); in testGoDownToOffScreenSelectable()