Searched refs:mContentFrame (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowFrames.java | 96 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()
|
D | BarController.java | 74 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()
|
D | WindowState.java | 989 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 …]
|
D | DisplayPolicy.java | 1879 final Rect cf = windowFrames.mContentFrame; in layoutWindowLw()
|
/frameworks/base/core/java/android/service/voice/ |
D | VoiceInteractionSession.java | 158 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/ |
D | hiddenapi-greylist-max-o.txt | 64598 Landroid/service/voice/VoiceInteractionSession;->mContentFrame:Landroid/widget/FrameLayout;
|