Home
last modified time | relevance | path

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

/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/
DRecyclerViewActivity.java176 final View bottomView = getChildAt(getChildCount() - 1); in scrollVerticallyBy() local
178 Math.max(getDecoratedBottom(bottomView) - parentHeight, 0); in scrollVerticallyBy()
DAnimatedRecyclerView.java551 final View bottomView = getChildAt(getChildCount() - 1); in scrollVerticallyBy() local
552 final int hangingBottom = Math.max(bottomView.getBottom() - parentHeight, 0); in scrollVerticallyBy()
/frameworks/base/core/java/android/widget/
DListView.java2804 View bottomView; in handleNewSelectionChange() local
2813 bottomView = selectedView; in handleNewSelectionChange()
2819 bottomView = getChildAt(bottomViewIndex); in handleNewSelectionChange()
2831 if (bottomView != null) { in handleNewSelectionChange()
2832 bottomView.setSelected(!newFocusAssigned && !topSelected); in handleNewSelectionChange()
2833 measureAndAdjustDown(bottomView, bottomViewIndex, numChildren); in handleNewSelectionChange()