Home | History | Annotate | Download | only in widget

Lines Matching refs:childHeight

588                             final int childHeight = child.getMeasuredHeight();
589 params.mTop = height - mPaddingBottom - childHeight;
590 params.mBottom = params.mTop + childHeight;
1061 int childHeight = child.getMeasuredHeight();
1062 int top = (myHeight - childHeight) / 2;
1065 params.mBottom = top + childHeight;