Lines Matching refs:child

86      * the child views are tiled.
99 * the child views are tiled.
116 * any of the child views. In some cases the layout
151 * Paints a child. By default
153 * things relative to the child.
157 * @param index the child index, >= 0 && < getViewCount()
160 View child = getView(index);
161 child.paint(g, alloc);
168 * requests/allocations. The child allocations can still
172 * @param index the starting index into the child views to insert
174 * @param length the number of existing child views to remove;
176 * @param elems the child views to add; this value can be
197 * child views. The current number of child views are used to
204 * @param nInserted the number of child views being inserted;
220 * Forwards the given <code>DocumentEvent</code> to the child views
222 * If a child changed its requirements and the allocation
224 * from the starting child to the end of the box will
265 * This is called by a child to indicate its
271 * @param child the child view
275 public void preferenceChanged(View child, boolean width, boolean height) {
286 super.preferenceChanged(child, width, height);
354 * Propagates the current allocations to the child views.
439 * Fetches the allocation for the given child view.
445 * @param index the index of the child, >= 0 && < getViewCount()
447 * @return the allocation to the child; or <code>null</code>
455 // The child allocation may not have been set yet.
648 * Fetches the child view at the given coordinates.
688 * Allocates a region for a child view.
690 * @param index the index of the child view to
755 * each of the child views; this is a return value and is
757 * @param spans the span of each child view; this is a return
828 * each of the child views; this is a return value and is
830 * @param spans the span of each child view; this is a return
839 // can't make the child this wide, align it
941 * Computes the location and extent of each child view
951 * values specifying the location of each child view
953 * values specifying the extent of each child view
999 * by examining the size of each child view.
1094 * Fetches the offset of a particular child's current layout.
1096 * @param childIndex the index of the requested child
1097 * @return the offset (location) for the specified child
1107 * @param childIndex the index of the requested child
1108 * @return the span (width or height) of the specified child