Home | History | Annotate | Download | only in ui

Lines Matching refs:mBounds

59     protected final Rect mBounds = new Rect();
188 return mBounds;
192 return mBounds.right - mBounds.left;
196 return mBounds.bottom - mBounds.top;
271 int xoffset = component.mBounds.left - mScrollX;
272 int yoffset = component.mBounds.top - mScrollY;
297 Rect rect = component.mBounds;
359 boolean sizeChanged = (right - left) != (mBounds.right - mBounds.left)
360 || (bottom - top) != (mBounds.bottom - mBounds.top);
361 mBounds.set(left, top, right, bottom);
412 Rect bounds = view.mBounds;