Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java370 private final Rect mContentFrame = new Rect(); field in WindowState
819 mContentFrame.set(contentFrame); in computeFrameLw()
835 mOutsets.set(Math.max(mContentFrame.left - mOutsetFrame.left, 0), in computeFrameLw()
836 Math.max(mContentFrame.top - mOutsetFrame.top, 0), in computeFrameLw()
837 Math.max(mOutsetFrame.right - mContentFrame.right, 0), in computeFrameLw()
838 Math.max(mOutsetFrame.bottom - mContentFrame.bottom, 0)); in computeFrameLw()
849 final Rect limitFrame = task.inPinnedWorkspace() ? mFrame : mContentFrame; in computeFrameLw()
865 mContentFrame.set(mFrame); in computeFrameLw()
866 mVisibleFrame.set(mContentFrame); in computeFrameLw()
867 mStableFrame.set(mContentFrame); in computeFrameLw()
[all …]
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java135 FrameLayout mContentFrame; field in VoiceInteractionSession
1098 mContentFrame = (FrameLayout)mRootView.findViewById(android.R.id.content); in ensureWindowCreated()
1425 mContentFrame.removeAllViews(); in setContentView()
1426 mContentFrame.addView(view, new FrameLayout.LayoutParams( in setContentView()
1429 mContentFrame.requestApplyInsets(); in setContentView()