Searched refs:topView (Results 1 – 3 of 3) sorted by relevance
155 final View topView = getChildAt(0); in scrollVerticallyBy() local156 final int hangingTop = Math.max(-getDecoratedTop(topView), 0); in scrollVerticallyBy()165 final int bottom = getDecoratedTop(topView); in scrollVerticallyBy()
536 final View topView = getChildAt(0); in scrollVerticallyBy() local537 final int hangingTop = Math.max(-topView.getTop(), 0); in scrollVerticallyBy()546 final int bottom = topView.getTop(); // TODO decorated top? in scrollVerticallyBy()
2803 View topView; in handleNewSelectionChange() local2812 topView = getChildAt(topViewIndex); in handleNewSelectionChange()2818 topView = selectedView; in handleNewSelectionChange()2825 if (topView != null) { in handleNewSelectionChange()2826 topView.setSelected(!newFocusAssigned && topSelected); in handleNewSelectionChange()2827 measureAndAdjustDown(topView, topViewIndex, numChildren); in handleNewSelectionChange()