Home | History | Annotate | Download | only in view

Lines Matching refs:ancestor

4699      * named click handling method from a parent or ancestor context.
4758 + "(View) in a parent or ancestor Context for android:onClick "
5973 * <p>When set to true, this is a signal to ancestor views in the hierarchy that
5996 * <p>When this method returns true for a child view requesting focus, ancestor
5999 * When it returns false, ancestor views should preferably not disrupt scroll positioning or
6167 * Returns true if this view has focus itself, or is the ancestor of the
9156 * @return Whether any ancestor of this view blocks descendant focus.
9160 ViewParent ancestor = mParent;
9161 while (ancestor instanceof ViewGroup) {
9162 final ViewGroup vgAncestor = (ViewGroup) ancestor;
9167 ancestor = vgAncestor.getParent();
9328 * If an ancestor of this view has importance
10302 * an ancestor view.
10312 * Called when the visibility of the view or an ancestor of the view has
10316 * {@code this} or an ancestor view.
10396 * to this view itself, an ancestor view or the window this view is attached to.
21259 * a nested scroll and it was accepted by an ancestor view further up the view hierarchy.</p>