Home | History | Annotate | Download | only in launcher3

Lines Matching refs:childTop

961                 int childTop;
963 childTop = offsetY;
965 childTop = offsetY + getPaddingTop() + mInsets.top;
967 childTop += (getViewportHeight() - mInsets.top - mInsets.bottom - verticalPadding - child.getMeasuredHeight()) / 2;
974 if (DEBUG) Log.d(TAG, "\tlayout-child" + i + ": " + childLeft + ", " + childTop);
975 child.layout(childLeft, childTop,
976 childLeft + child.getMeasuredWidth(), childTop + childHeight);