Home | History | Annotate | Download | only in calculator2

Lines Matching defs:lp

59         final ViewGroup.LayoutParams lp = child.getLayoutParams();
61 0 /* padding */, lp.width);
63 getPaddingTop() + getPaddingBottom(), lp.height);
75 final MarginLayoutParams lp = (MarginLayoutParams) child.getLayoutParams();
77 lp.leftMargin + lp.rightMargin, lp.width);
79 getPaddingTop() + getPaddingBottom() + lp.topMargin + lp.bottomMargin, lp.height);