Home | History | Annotate | Download | only in widget

Lines Matching refs:childTop

481         // We should add to childTop:
485 int childTop = mBaselineChildTop;
492 childTop = mBottom - mTop - mPaddingBottom - mTotalLength;
496 childTop += ((mBottom - mTop - mPaddingTop - mPaddingBottom) -
504 return childTop + lp.topMargin + childBaseline;
1455 int childTop;
1473 childTop = mPaddingTop + bottom - top - mTotalLength;
1478 childTop = mPaddingTop + (bottom - top - mTotalLength) / 2;
1483 childTop = mPaddingTop;
1490 childTop += measureNullChild(i);
1521 childTop += mDividerHeight;
1524 childTop += lp.topMargin;
1525 setChildFrame(child, childLeft, childTop + getLocationOffset(child),
1527 childTop += childHeight + lp.bottomMargin + getNextLocationOffset(child);
1550 int childTop;
1621 childTop = paddingTop + lp.topMargin;
1623 childTop += maxAscent[INDEX_TOP] - childBaseline;
1634 // childTop
1636 // childTop = paddingTop + (childSpace - childHeight) / 2;
1639 childTop = paddingTop + ((childSpace - childHeight) / 2)
1644 childTop = childBottom - childHeight - lp.bottomMargin;
1647 childTop -= (maxDescent[INDEX_BOTTOM] - descent);
1651 childTop = paddingTop;
1660 setChildFrame(child, childLeft + getLocationOffset(child), childTop,