Home | History | Annotate | Download | only in wm

Lines Matching defs:mGivenContentInsets

372     final Rect mGivenContentInsets = new Rect();
1195 return mGivenContentInsets;
2911 applyInsets(outRegion, frame, mGivenContentInsets);
3255 mGivenContentInsets.writeToProto(proto, GIVEN_CONTENT_INSETS);
3381 pw.print(prefix); pw.print("mGivenContentInsets=");
3382 mGivenContentInsets.printShortString(pw);