Home | History | Annotate | Download | only in widget

Lines Matching refs:bottomView

2404         View bottomView;
2413 bottomView = selectedView;
2419 bottomView = getChildAt(bottomViewIndex);
2431 if (bottomView != null) {
2432 bottomView.setSelected(!newFocusAssigned && !topSelected);
2433 measureAndAdjustDown(bottomView, bottomViewIndex, numChildren);