Home
last modified time | relevance | path

Searched refs:mContentFrame (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowFrames.java96 public final Rect mContentFrame = new Rect(); field in WindowFrames
212 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()
DBarController.java74 private final Rect mContentFrame = new Rect(); field in BarController
101 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()
DDisplayPolicy.java1869 final Rect cf = windowFrames.mContentFrame; in layoutWindowLw()
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java158 FrameLayout mContentFrame; field in VoiceInteractionSession
1154 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()