Home | History | Annotate | Download | only in hwui

Lines Matching defs:mTop

351         if (top != mTop) {
352 mTop = top;
353 mHeight = mBottom - mTop;
361 return mTop;
381 mHeight = mBottom - mTop;
393 if (left != mLeft || top != mTop) {
395 mTop = top;
397 mHeight = mBottom - mTop;
405 if (left != mLeft || top != mTop || right != mRight || bottom != mBottom) {
407 mTop = top;
411 mHeight = mBottom - mTop;
430 mTop += offset;
509 int mLeft, mTop, mRight, mBottom;