Home | History | Annotate | Download | only in widget

Lines Matching defs:topView

2613         View topView;
2622 topView = getChildAt(topViewIndex);
2628 topView = selectedView;
2635 if (topView != null) {
2636 topView.setSelected(!newFocusAssigned && topSelected);
2637 measureAndAdjustDown(topView, topViewIndex, numChildren);