Home | History | Annotate | Download | only in widget

Lines Matching full:toplp

1392             final LayoutParams toplp = (LayoutParams) topChild.getLayoutParams();
1399 titleTop = getPaddingTop() + toplp.topMargin + mTitleMarginTop;
1405 if (spaceAbove < toplp.topMargin + mTitleMarginTop) {
1406 spaceAbove = toplp.topMargin + mTitleMarginTop;
1410 if (spaceBelow < toplp.bottomMargin + mTitleMarginBottom) {