Home | History | Annotate | Download | only in widget

Lines Matching defs:contentBounds

608             final Rect contentBounds = mContentBounds;
609 Gravity.apply(mGravity, right - left, bottom - top, selfBounds, contentBounds,
612 final int horizontalOffset = contentBounds.left - left;
613 final int verticalOffset = contentBounds.top - top;