Home | History | Annotate | Download | only in wallpaper

Lines Matching defs:mContentInsets

168         final Rect mContentInsets = new Rect();
557 out.print(" mContentInsets="); out.println(mContentInsets.toShortString());
678 Display.DEFAULT_DISPLAY, mContentInsets, mInputChannel) < 0) {
698 View.VISIBLE, 0, mWinFrame, mOverscanInsets, mContentInsets,
715 mContentInsets.left += padding.left;
716 mContentInsets.top += padding.top;
717 mContentInsets.right += padding.right;
718 mContentInsets.bottom += padding.bottom;
735 insetsChanged |= !mDispatchedContentInsets.equals(mContentInsets);
796 mDispatchedContentInsets.set(mContentInsets);