Home
last modified time | relevance | path

Searched refs:mContentFrame (Results 1 – 6 of 6) 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()
168 || !win.isLetterboxedOverlappingWith(mContentFrame); in isTransparentAllowed()
353 pw.print(prefix); pw.print(" mContentFrame="); pw.println(mContentFrame); in dump()
DWindowState.java989 mWindowFrames.mContainingFrame.set(mWindowFrames.mContentFrame); in computeFrameLw()
1041 final int contentBottom = mWindowFrames.mContentFrame.bottom; in computeFrameLw()
1042 mWindowFrames.mContentFrame.set(mWindowFrames.mFrame); in computeFrameLw()
1043 mWindowFrames.mVisibleFrame.set(mWindowFrames.mContentFrame); in computeFrameLw()
1044 mWindowFrames.mStableFrame.set(mWindowFrames.mContentFrame); in computeFrameLw()
1048 if (contentBottom + layoutYDiff < mWindowFrames.mContentFrame.bottom) { in computeFrameLw()
1049 mWindowFrames.mContentFrame.bottom = contentBottom + layoutYDiff; in computeFrameLw()
1057 mWindowFrames.mContentFrame.set(mWindowFrames.mFrame); in computeFrameLw()
1062 mWindowFrames.mContentFrame.set( in computeFrameLw()
1063 Math.max(mWindowFrames.mContentFrame.left, mWindowFrames.mFrame.left), in computeFrameLw()
[all …]
DDisplayPolicy.java1879 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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt64598 Landroid/service/voice/VoiceInteractionSession;->mContentFrame:Landroid/widget/FrameLayout;