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

/frameworks/base/core/java/android/view/
H A DViewParent.java28 public interface ViewParent { interface
70 * <p>This method must return the parent of this ViewParent if the specified
76 * have been updated with the left and top coordinates of this ViewParent.</p>
82 * @return the parent of this ViewParent or null
84 public ViewParent invalidateChildInParent(int[] location, Rect r);
89 * @return a ViewParent or null if this ViewParent does not have a parent
91 public ViewParent getParent();
96 * @param child The child of this ViewParent that wants focus. This view
310 public ViewParent getParentForAccessibilit
[all...]

Completed in 7 milliseconds