Lines Matching defs:mTop
357 if (top != mTop) {
358 mTop = top;
359 mHeight = mBottom - mTop;
367 return mTop;
387 mHeight = mBottom - mTop;
399 if (left != mLeft || top != mTop) {
401 mTop = top;
403 mHeight = mBottom - mTop;
411 if (left != mLeft || top != mTop || right != mRight || bottom != mBottom) {
413 mTop = top;
417 mHeight = mBottom - mTop;
436 mTop += offset;
517 int mLeft, mTop, mRight, mBottom;