Lines Matching defs:children

195  *         <td>Called after a view and all of its children has been inflated
203 * of its children.
209 * of its children.
389 * this pass each parent is responsible for positioning all of its children
399 * children's measurements. A parent view may call measure() more than once on
400 * its children. For example, the parent may measure each child once with
402 * measure() on them again with actual numbers if the sum of all the children's
457 * (i.e., behind) their children, with siblings drawn in the order they appear
597 * attached to a view that has children, the animation will affect the entire
1635 * in drawChild(), when we decide to draw a view's children's display lists into our own).
1684 * children and should therefore not cancel invalidate requests, even if they
2314 * view measures prospective children without attaching them to a window.
3442 * translucency to a view and all its children.</p>
3471 * blending mode and/or translucency to a view and all its children.</p>
3615 * The method onFinishInflate() will be called after all children have been
5323 * to its children for adding their text content to the event. Note that the
6392 * call to continue to your children, you must be sure to call the super
6524 * children.</p>
6858 * resolution to the view's children and resolve layout direction for this view.
7140 * Dispatch setPressed to all of this View's children.
7751 * or text of the view's children (where applicable).
7911 * Adds the children of a given View for accessibility. Since some Views are
7912 * not important for accessibility the children for accessibility are not
7913 * necessarily direct children of the view, rather they are the first level of
7916 * @param children The list of children for accessibility.
7918 public void addChildrenForAccessibility(ArrayList<View> children) {
7970 * as children and parent. For example, the view became focusable. The
7992 * as children and parent. For example, the view size changed. The
8674 * ViewGroups should override to route to their children.
8723 * ViewGroups should override to route to their children.
8778 * ViewGroups should override to route to their children.
8857 * ViewGroups should override to route to their children.
9932 * by derived classes to gain control just before its children are drawn
11444 * of ViewGroup that are responsible for arranging their children.
11464 * for arranging their children.
13188 * that the parent directionality can and will be resolved before its children.
13372 * in ViewGroup that reset children too.
13657 * this view and its children. May be overridden to modify how freezing happens to a
13658 * view's children; for example, some views may want to not store state for their children.
13723 * state for this view and its children. May be overridden to modify how restoring
13724 * happens to a view's children; for example, some views may want to not store state
13725 * for their children.
14090 * This method is used by ViewGroup to cause its children to restore or recreate their
14122 // children to restore/recreate theirs
14439 // Temporarily clobber the cached Canvas in case one of our children
14440 // is also using a drawing cache. Without this, the children would
14520 // Temporarily clobber the cached Canvas in case one of our children
14521 // is also using a drawing cache. Without this, the children would
15192 * Manually render this view (and all of its children) to the given Canvas.
15213 * 4. Draw children
15233 // Step 4, draw the children
15339 // Step 4, draw the children
15641 * layout on all of its children to position them.
15646 * Derived classes with children should override
15648 * call layout on each of their children.</p>
15691 * assign a size and position to each of its children.
15693 * Derived classes with children should override
15695 * their children.
16013 * Dispatches drawableHotspotChanged to all of this View's children.
16435 // The drawable (or one of its children) may not have been
16738 * Dispatch setSelected to all of this View's children.
16765 * here.) The activated state is propagated down to children of the view it
16781 * Dispatch setActivated to all of this View's children.
17880 * 2) the view's parent (which controls animations on its children)
17943 * SurfaceView is always considered transparent, but its children are not,
20828 * to its children for adding their text content to the event.