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

/frameworks/base/core/java/android/view/
H A DViewParent.java26 public interface ViewParent { interface
68 * This method must return the parent of this ViewParent if the specified
74 * have been updated with the left and top coordinates of this ViewParent.
80 * @return the parent of this ViewParent or null
82 public ViewParent invalidateChildInParent(int[] location, Rect r);
87 * @return a ViewParent or null if this ViewParent does not have a parent
89 public ViewParent getParent();
94 * @param child The child of this ViewParent that wants focus. This view

Completed in 28 milliseconds