Searched refs:oldTopView (Results 1 – 2 of 2) sorted by relevance
110 final View oldTopView = getChildCount() > 0 ? getChildAt(0) : null; in onLayoutChildren() local112 if (oldTopView != null) { in onLayoutChildren()113 oldTop = oldTopView.getTop(); in onLayoutChildren()
206 final View oldTopView = getChildCount() > 0 ? getChildAt(0) : null; in onLayoutChildren() local208 if (oldTopView != null) { in onLayoutChildren()209 oldTop = Math.min(oldTopView.getTop(), oldTop); in onLayoutChildren()