Home
last modified time | relevance | path

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

/core/core/src/main/java/androidx/core/widget/
DListViewAutoScrollHelper.java64 final View lastView = target.getChildAt(childCount - 1); in canTargetScrollVertically() local
65 if (lastView.getBottom() <= target.getHeight()) { in canTargetScrollVertically()