Lines Matching defs:mTop
313 if (top != mTop) {
314 mTop = top;
315 mHeight = mBottom - mTop;
335 mHeight = mBottom - mTop;
343 if (left != mLeft || top != mTop) {
345 mTop = top;
347 mHeight = mBottom - mTop;
355 if (left != mLeft || top != mTop || right != mRight || bottom != mBottom) {
357 mTop = top;
361 mHeight = mBottom - mTop;
380 mTop += offset;
518 int mLeft, mTop, mRight, mBottom;