Home | History | Annotate | Download | only in wm

Lines Matching defs:mStableInsets

174     final Rect mStableInsets = new Rect();
633 mStableInsets.set(Math.max(mStableFrame.left - mFrame.left, 0),
646 mStableInsets.scale(mInvGlobalScale);
669 + " vi=" + mStableInsets.toShortString());
774 mStableInsetsChanged |= !mLastStableInsets.equals(mStableInsets);
1583 pw.print(" stable="); mStableInsets.printShortString(pw);