Home | History | Annotate | Download | only in wm

Lines Matching defs:mContentInsets

157     final Rect mContentInsets = new Rect();
602 mContentInsets.set(mContentFrame.left - mFrame.left,
623 mContentInsets.scale(mInvGlobalScale);
646 + " ci=" + mContentInsets.toShortString()
752 mContentInsetsChanged |= !mLastContentInsets.equals(mContentInsets);
1552 pw.print(" content="); mContentInsets.printShortString(pw);