Home | History | Annotate | Download | only in launcher2

Lines Matching defs:childTop

664                 int childTop = getPaddingTop();
666 childTop += ((getMeasuredHeight() - verticalPadding) - childHeight) / 2;
669 if (DEBUG) Log.d(TAG, "\tlayout-child" + i + ": " + childLeft + ", " + childTop);
670 child.layout(childLeft, childTop,
671 childLeft + child.getMeasuredWidth(), childTop + childHeight);