Lines Matching refs:child

31      * child of this view parent. This will schedule a layout pass of the view
44 * Called when a child wants the view hierarchy to gather and report
51 * @param child the view requesting the transparent region computation
54 public void requestTransparentRegion(View child);
57 * All or part of a child is dirty and needs to be redrawn.
59 * @param child The child which is dirty
60 * @param r The area within the child that is invalid
62 public void invalidateChild(View child, Rect r);
65 * All or part of a child is dirty and needs to be redrawn.
68 * define the left and the top position of the dirty child.</p>
79 * coordinates of the child to invalidate
80 * @param r The area within the child that is invalid
94 * Called when a child of this parent wants focus
96 * @param child The child of this ViewParent that wants focus. This view
99 * @param focused The view that is a descendant of child that actually has
102 public void requestChildFocus(View child, View focused);
108 * @param child View whose attributes have changed.
110 public void recomputeViewAttributes(View child);
113 * Called when a child of this parent is giving up focus
115 * @param child The view that is giving up focus
117 public void clearChildFocus(View child);
120 * Compute the visible part of a rectangular region defined in terms of a child view's
124 * <code>child</code>'s local coordinate system. <code>r</code> is modified by this method to
130 * @param child A child View, whose rectangular visible region we want to compute
131 * @param r The input rectangle, defined in the child coordinate system. Will be overwritten to
133 * @param offset The input coordinates of a point, defined in the child coordinate system.
139 public boolean getChildVisibleRect(View child, Rect r, android.graphics.Point offset);
150 * Change the z order of the child so it's on top of all other children.
156 * with the new child ordering.
158 * @param child The child to bring to the top of the z order
160 public void bringChildToFront(View child);
254 * This method is called on the parent when a child's drawable state
257 * @param child The child whose drawable state has changed.
259 public void childDrawableStateChanged(View child);
262 * Called when a child does not want this parent and its ancestors to
270 * @param disallowIntercept True if the child does not want the parent to
276 * Called when a child of this group wants a particular rectangle to be
280 * <li>child will be a direct child of this group</li>
281 * <li>rectangle will be in the child's content coordinates</li>
291 * @param child The direct child making the request.
292 * @param rectangle The rectangle in the child's coordinates the child
298 public boolean requestChildRectangleOnScreen(View child, Rect rectangle,
302 * Called by a child to request from its parent to send an {@link AccessibilityEvent}.
303 * The child has already populated a record for itself in the event and is delegating
313 * @param child The child which requests sending the event.
317 public boolean requestSendAccessibilityEvent(View child, AccessibilityEvent event);
320 * Called when a child view now has or no longer is tracking transient state.
336 * <p>This method is called on a parent view when a child view or a view within
339 * @param child Child view whose state has changed
340 * @param hasTransientState true if this child has transient state
342 public void childHasTransientStateChanged(View child, boolean hasTransientState);
363 * @param child The direct child whose subtree has changed.
374 public void notifySubtreeAccessibilityStateChanged(View child, View source, int changeType);
475 * @param child Direct child of this ViewParent containing target
481 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes);
492 * @param child Direct child of this ViewParent containing target
499 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes);
517 * <p>This method will be called when the ViewParent's current nested scrolling child view
524 * position of multiple child elements, for example. The unconsumed portion may be used to
542 * to consume the scroll before the nested scrolling child does. An example of this is a
546 * <p><code>onNestedPreScroll</code> is called when a nested scrolling child invokes
563 * <p>This method signifies that a nested scrolling child has detected suitable conditions
569 * <p>If a nested scrolling child view would normally fling but it is at the edge of
571 * parent instead. The parent may optionally consume the fling or observe a child fling.</p>
576 * @param consumed true if the child consumed the fling, false otherwise
584 * <p>This method siginfies that a nested scrolling child has detected a fling with the given
593 * <code>true</code> from this method, the parent indicates that the child should not