Searched defs:ViewParent (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewParent.java27 public interface ViewParent { interface
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 getParentForAccessibilit
[all...]

Completed in 66 milliseconds