Home | History | Annotate | Download | only in hwui

Lines Matching defs:mBottom

353             mHeight = mBottom - mTop;
379 if (bottom != mBottom) {
380 mBottom = bottom;
381 mHeight = mBottom - mTop;
389 return mBottom;
397 mHeight = mBottom - mTop;
405 if (left != mLeft || top != mTop || right != mRight || bottom != mBottom) {
409 mBottom = bottom;
411 mHeight = mBottom - mTop;
431 mBottom += offset;
509 int mLeft, mTop, mRight, mBottom;