Home | History | Annotate | Download | only in view

Lines Matching refs:ancestor

4571      * Returns true if this view has focus iteself, or is the ancestor of the
6801 * @return Whether any ancestor of this view blocks descendant focus.
6804 ViewParent ancestor = mParent;
6805 while (ancestor instanceof ViewGroup) {
6806 final ViewGroup vgAncestor = (ViewGroup) ancestor;
6810 ancestor = vgAncestor.getParent();
7623 * an ancestor view.
7632 * Called when the visibility of the view or an ancestor of the view is changed.
7634 * an ancestor view.