Home | History | Annotate | Download | only in widget

Lines Matching defs:selectedView

665         View selectedView = null;
679 selectedView = child;
685 return selectedView;
699 View selectedView = null;
712 selectedView = child;
719 return selectedView;
2376 final View selectedView = getSelectedView();
2377 if (selectedView != null && selectedView.hasFocus() &&
2378 selectedView instanceof ViewGroup) {
2380 final View currentFocus = selectedView.findFocus();
2382 (ViewGroup) selectedView, currentFocus, direction);
2466 View selectedView = getSelectedView();
2481 handleNewSelectionChange(selectedView, direction, nextSelectedPosition, focusResult != null);
2484 selectedView = getSelectedView();
2506 && selectedView != null && selectedView.hasFocus()) {
2507 final View focused = selectedView.findFocus();
2514 if (nextSelectedPosition == INVALID_POSITION && selectedView != null
2515 && !isViewAncestorOf(selectedView, this)) {
2516 selectedView = null;
2525 if (selectedView != null) {
2526 positionSelector(selectedPos, selectedView);
2527 mSelectedTop = selectedView.getTop();
2544 * @param selectedView The currently selected view (before changing selection).
2552 selectedView, int direction, int newSelectedPosition,
2572 bottomView = selectedView;
2577 topView = selectedView;
2845 final View selectedView = getSelectedView();
2847 if (selectedView != null && selectedView.hasFocus()) {
2848 View oldFocus = selectedView.findFocus();
2856 (selectedView != null && selectedView.getTop() > listTop) ?
2857 selectedView.getTop() :
2866 (selectedView != null && selectedView.getBottom() < listBottom) ?
2867 selectedView.getBottom() :