Home | History | Annotate | Download | only in wm

Lines Matching defs:mContentInsets

223     final Rect mContentInsets = new Rect();
888 mContentInsets.setEmpty();
896 mContentInsets.set(mContentFrame.left - mFrame.left,
931 mContentInsets.scale(mInvGlobalScale);
955 + " ci=" + mContentInsets.toShortString()
1070 mContentInsetsChanged |= !mLastContentInsets.equals(mContentInsets);
2695 pw.print(" content="); mContentInsets.printShortString(pw);