Lines Matching full:child
187 // Finally, add this item as a child.
240 * computes positions for each child, and then stores them in the
241 * child's layout params.
261 InCallMenuItemView child;
297 child = mItems[row][itemIndex];
299 if (!child.isVisible()) continue;
301 if (DBG) log("==> child [" + row + "][" + itemIndex + "]: " + child);
303 // Tell the child to be exactly this size
304 child.measure(MeasureSpec.makeMeasureSpec((int) itemWidth, MeasureSpec.EXACTLY),
307 // Remember the child's position for layout
308 childLayoutParams = (InCallMenuView.LayoutParams) child.getLayoutParams();
330 // Last child on each row should extend to very right edge
368 View child;
372 child = getChildAt(i);
373 childLayoutParams = (InCallMenuView.LayoutParams) child.getLayoutParams();
376 child.layout(childLayoutParams.left, childLayoutParams.top,