Home | History | Annotate | Download | only in view

Lines Matching defs:ViewParent

27 public interface ViewParent {
69 * <p>This method must return the parent of this ViewParent if the specified
75 * have been updated with the left and top coordinates of this ViewParent.</p>
81 * @return the parent of this ViewParent or null
83 public ViewParent invalidateChildInParent(int[] location, Rect r);
88 * @return a ViewParent or null if this ViewParent does not have a parent
90 public ViewParent getParent();
95 * @param child The child of this ViewParent that wants focus. This view
288 public ViewParent getParentForAccessibility();