Searched refs:lastView (Results 1 – 1 of 1) sorted by relevance
64 final View lastView = target.getChildAt(childCount - 1); in canTargetScrollVertically() local65 if (lastView.getBottom() <= target.getHeight()) { in canTargetScrollVertically()