Home
last modified time | relevance | path

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

/development/samples/Support7Demos/src/com/example/android/supportv7/widget/
DRecyclerViewActivity.java110 final View oldTopView = getChildCount() > 0 ? getChildAt(0) : null; in onLayoutChildren() local
112 if (oldTopView != null) { in onLayoutChildren()
113 oldTop = oldTopView.getTop(); in onLayoutChildren()
DAnimatedRecyclerView.java206 final View oldTopView = getChildCount() > 0 ? getChildAt(0) : null; in onLayoutChildren() local
208 if (oldTopView != null) { in onLayoutChildren()
209 oldTop = Math.min(oldTopView.getTop(), oldTop); in onLayoutChildren()