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

/frameworks/base/core/java/android/view/
H A DViewParent.java29 public interface ViewParent { interface
68 * @param child Direct child of this ViewParent containing target
95 * <p>This method must return the parent of this ViewParent if the specified
101 * have been updated with the left and top coordinates of this ViewParent.</p>
107 * @return the parent of this ViewParent or null
112 public ViewParent invalidateChildInParent(int[] location, Rect r);
117 * @return a ViewParent or null if this ViewParent does not have a parent
119 public ViewParent getParent();
124 * @param child The child of this ViewParent tha
[all...]

Completed in 53 milliseconds