Home | History | Annotate | Download | only in hwui

Lines Matching refs:mLeft

305         if (left != mLeft) {
306 mLeft = left;
307 mWidth = mRight - mLeft;
327 mWidth = mRight - mLeft;
345 if (left != mLeft || top != mTop) {
346 mLeft = left;
348 mWidth = mRight - mLeft;
357 if (left != mLeft || top != mTop || right != mRight || bottom != mBottom) {
358 mLeft = left;
362 mWidth = mRight - mLeft;
372 mLeft += offset;
521 int mLeft, mTop, mRight, mBottom;