Home | History | Annotate | Download | only in ui

Lines Matching defs:mBounds

41     protected final Rect mBounds = new Rect();
97 boolean sizeChanged = (right - left) != (mBounds.right - mBounds.left)
98 || (bottom - top) != (mBounds.bottom - mBounds.top);
99 mBounds.set(left, top, right, bottom);
156 return mBounds;
160 return mBounds.right - mBounds.left;
164 return mBounds.bottom - mBounds.top;
205 int xoffset = component.mBounds.left - mScrollX;
206 int yoffset = component.mBounds.top - mScrollY;
238 Rect rect = component.mBounds;
353 Rect bounds = view.mBounds;