Home | History | Annotate | Download | only in launcher2

Lines Matching defs:childLeft

658         int childLeft = getRelativeChildOffset(startIndex);
669 if (DEBUG) Log.d(TAG, "\tlayout-child" + i + ": " + childLeft + ", " + childTop);
670 child.layout(childLeft, childTop,
671 childLeft + child.getMeasuredWidth(), childTop + childHeight);
672 childLeft += childWidth + mPageSpacing;