Home
last modified time | relevance | path

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

/frameworks/support/samples/Support7Demos/src/main/java/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.java443 final View oldTopView = getChildCount() > 0 ? getChildAt(0) : null; in onLayoutChildren() local
445 if (oldTopView != null) { in onLayoutChildren()
446 oldTop = Math.min(oldTopView.getTop(), oldTop); in onLayoutChildren()