Home | History | Annotate | Download | only in widget

Lines Matching refs:mTop

5074                     final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop;
5082 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop;
5101 scrollY += (mBottom - mTop - mPaddingBottom - drawables.mDrawableSizeBottom);
5281 final int top = mTop;
5368 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop;
6887 int vspace = mBottom - mTop - getExtendedPaddingTop() - getExtendedPaddingBottom();
7003 int vspace = mBottom - mTop - getExtendedPaddingTop() - getExtendedPaddingBottom();
7160 final int vspace = mBottom - mTop - getExtendedPaddingTop() - getExtendedPaddingBottom();
7247 output += "frame={" + mLeft + ", " + mTop + ", " + mRight