Searched refs:mContentFrame (Results 1 – 5 of 5) sorted by relevance
84 public final Rect mContentFrame = new Rect(); field in WindowFrames184 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()
77 private final Rect mContentFrame = new Rect(); field in BarController109 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()
1110 - 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 …]
1771 sTmpRect.set(windowFrames.mContentFrame);1773 sTmpRect.top = windowFrames.mContentFrame.top; // Ignore top display cutout inset1920 simulatedContentFrame.set(windowFrames.mContentFrame);1923 mNavigationBarController.setContentFrame(windowFrames.mContentFrame);2047 final Rect cf = windowFrames.mContentFrame;
158 FrameLayout mContentFrame; field in VoiceInteractionSession1155 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()