Home | History | Annotate | Download | only in widget

Lines Matching refs:contentBounds

488             final Rect contentBounds = mContentBounds;
489 Gravity.apply(mGravity, right - left, bottom - top, selfBounds, contentBounds);
491 final int horizontalOffset = contentBounds.left - left;
492 final int verticalOffset = contentBounds.top - top;