Lines Matching defs:mBottom
359 mHeight = mBottom - mTop;
385 if (bottom != mBottom) {
386 mBottom = bottom;
387 mHeight = mBottom - mTop;
395 return mBottom;
403 mHeight = mBottom - mTop;
411 if (left != mLeft || top != mTop || right != mRight || bottom != mBottom) {
415 mBottom = bottom;
417 mHeight = mBottom - mTop;
437 mBottom += offset;
517 int mLeft, mTop, mRight, mBottom;