Searched refs:mContentFrame (Results 1 – 4 of 4) sorted by relevance
96 public final Rect mContentFrame = new Rect(); field in WindowFrames212 mContentFrame.set(contentFrame); in setFrames()246 InsetUtils.insetsBetweenFrames(mOutsetFrame, mContentFrame, mOutsets); in calculateOutsets()293 InsetUtils.insetsBetweenFrames(mTmpRect, mContentFrame, mContentInsets); in calculateInsets()313 mContentFrame.offset(layoutXDiff, layoutYDiff); in offsetFrames()401 mContentFrame.writeToProto(proto, CONTENT_FRAME); in writeToProto()425 pw.println(prefix + " content=" + mContentFrame.toShortString(sTmpSB) in dump()
74 private final Rect mContentFrame = new Rect(); field in BarController101 mContentFrame.set(frame); in setContentFrame()167 return win == null || !win.isLetterboxedOverlappingWith(mContentFrame); in isTransparentAllowed()352 pw.print(prefix); pw.print(" mContentFrame="); pw.println(mContentFrame); in dump()
1869 final Rect cf = windowFrames.mContentFrame; in layoutWindowLw()
158 FrameLayout mContentFrame; field in VoiceInteractionSession1154 mContentFrame = (FrameLayout)mRootView.findViewById(android.R.id.content); in ensureWindowCreated()1610 mContentFrame.removeAllViews(); in setContentView()1611 mContentFrame.addView(view, new FrameLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT)); in setContentView()1612 mContentFrame.requestApplyInsets(); in setContentView()