Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowFrames.java84 public final Rect mContentFrame = new Rect(); field in WindowFrames
184 mContentFrame.set(contentFrame); in setFrames()
254 InsetUtils.insetsBetweenFrames(mTmpRect, mContentFrame, mContentInsets); in calculateInsets()
272 mContentFrame.offset(layoutXDiff, layoutYDiff); in offsetFrames()
341 mContentFrame.dumpDebug(proto, CONTENT_FRAME); in dumpDebug()
360 pw.println(prefix + " content=" + mContentFrame.toShortString(sTmpSB) in dump()
DBarController.java77 private final Rect mContentFrame = new Rect(); field in BarController
109 mContentFrame.set(frame); in setContentFrame()
175 return rotatedContentFrame != null ? rotatedContentFrame : mContentFrame; in getContentFrame()
374 pw.print(prefix); pw.print(" mContentFrame="); pw.println(mContentFrame); in dump()
DWindowState.java1110 - windowFrames.mContentFrame.top, 0); in computeFrameLw()
1129 windowFrames.mContainingFrame.set(windowFrames.mContentFrame); in computeFrameLw()
1168 final int contentBottom = windowFrames.mContentFrame.bottom; in computeFrameLw()
1169 windowFrames.mContentFrame.set(windowFrames.mFrame); in computeFrameLw()
1170 windowFrames.mVisibleFrame.set(windowFrames.mContentFrame); in computeFrameLw()
1171 windowFrames.mStableFrame.set(windowFrames.mContentFrame); in computeFrameLw()
1175 if (contentBottom + layoutYDiff < windowFrames.mContentFrame.bottom) { in computeFrameLw()
1176 windowFrames.mContentFrame.bottom = contentBottom + layoutYDiff; in computeFrameLw()
1183 windowFrames.mContentFrame.set(windowFrames.mFrame); in computeFrameLw()
1188 windowFrames.mContentFrame.set( in computeFrameLw()
[all …]
DDisplayPolicy.java1771 sTmpRect.set(windowFrames.mContentFrame);
1773 sTmpRect.top = windowFrames.mContentFrame.top; // Ignore top display cutout inset
1920 simulatedContentFrame.set(windowFrames.mContentFrame);
1923 mNavigationBarController.setContentFrame(windowFrames.mContentFrame);
2047 final Rect cf = windowFrames.mContentFrame;
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java158 FrameLayout mContentFrame; field in VoiceInteractionSession
1155 mContentFrame = (FrameLayout)mRootView.findViewById(android.R.id.content); in ensureWindowCreated()
1613 mContentFrame.removeAllViews(); in setContentView()
1614 mContentFrame.addView(view, new FrameLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT)); in setContentView()
1615 mContentFrame.requestApplyInsets(); in setContentView()