Home | History | Annotate | Download | only in widget

Lines Matching refs:mPaddingTop

681         final int childHeight = getMeasuredHeight() - mPaddingTop - mPaddingBottom;
703 heightSpecSize = haveChildRefSize ? mReferenceChildHeight + mPaddingTop +
707 int height = mReferenceChildHeight + mPaddingTop + mPaddingBottom;
766 int childBottom = mPaddingTop + child.getMeasuredHeight();
768 child.layout(mPaddingLeft, mPaddingTop, childRight, childBottom);