Home
last modified time | relevance | path

Searched refs:mUnrestricted (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayFrames.java45 public final Rect mUnrestricted = new Rect(); field in DisplayFrames
121 mUnrestricted.set(0, 0, mDisplayWidth, mDisplayHeight); in onBeginLayout()
122 mRestricted.set(mUnrestricted); in onBeginLayout()
123 mSystem.set(mUnrestricted); in onBeginLayout()
124 mDock.set(mUnrestricted); in onBeginLayout()
125 mContent.set(mUnrestricted); in onBeginLayout()
126 mVoiceContent.set(mUnrestricted); in onBeginLayout()
127 mStable.set(mUnrestricted); in onBeginLayout()
128 mStableFullscreen.set(mUnrestricted); in onBeginLayout()
129 mCurrent.set(mUnrestricted); in onBeginLayout()
[all …]
DDisplayPolicy.java1062 sTmpRect.set(displayFrames.mUnrestricted); in addWindowLw()
1083 inOutFrame.right = displayFrames.mUnrestricted.left + mLeftGestureInset; in addWindowLw()
1087 inOutFrame.left = displayFrames.mUnrestricted.right in addWindowLw()
1339 outFrame.set(displayFrames.mUnrestricted);
1356 cf = displayFrames.mUnrestricted;
1371 outFrame.set(displayFrames.mUnrestricted);
1505 insetsState.setDisplayFrame(displayFrames.mUnrestricted);
1535 mSystemGestures.screenWidth = displayFrames.mUnrestricted.width();
1536 mSystemGestures.screenHeight = displayFrames.mUnrestricted.height();
1632 final Rect u = displayFrames.mUnrestricted;
[all …]
DWindowState.java1213 getDisplayFrames(dc.mDisplayFrames).mUnrestricted); in computeFrameLw()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayPolicyLayoutTests.java698 assertThat(outFrame, is(mFrames.mUnrestricted)); in layoutHint_appWindow()
785 mDisplayContent.getWindowConfiguration().setBounds(mFrames.mUnrestricted); in assertSimulateLayoutSameDisplayFrames()