Home | History | Annotate | Download | only in widget

Lines Matching defs:getFocusedChild

2592             if (getFocusedChild() == null) {
3612 child = getFocusedChild();
3684 final View focusedChild = getFocusedChild();
3749 view = ((ViewGroup) view).getFocusedChild();
8777 public View getFocusedChild() {
8781 final View focused = mRecyclerView.getFocusedChild();
9659 final View focusedChild = parent.getFocusedChild();