Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayFrames.java51 public final Rect mUnrestricted = new Rect(); field in DisplayFrames
161 mUnrestricted.set(mRotatedDisplayInfoOverscan); in onBeginLayout()
162 mUnrestricted.right = mDisplayWidth - mUnrestricted.right; in onBeginLayout()
163 mUnrestricted.bottom = mDisplayHeight - mUnrestricted.bottom; in onBeginLayout()
164 mRestricted.set(mUnrestricted); in onBeginLayout()
165 mDock.set(mUnrestricted); in onBeginLayout()
166 mContent.set(mUnrestricted); in onBeginLayout()
167 mVoiceContent.set(mUnrestricted); in onBeginLayout()
168 mStable.set(mUnrestricted); in onBeginLayout()
169 mStableFullscreen.set(mUnrestricted); in onBeginLayout()
[all …]
DDisplayPolicy.java961 inOutFrame.right = displayFrames.mUnrestricted.left + mSideGestureInset; in prepareAddWindowLw()
965 inOutFrame.left = displayFrames.mUnrestricted.right - mSideGestureInset; in prepareAddWindowLw()
1290 outFrame.set(displayFrames.mUnrestricted); in getLayoutHintLw()
1327 outFrame.set(displayFrames.mUnrestricted); in getLayoutHintLw()
1436 mSystemGestures.screenWidth = displayFrames.mUnrestricted.width(); in beginLayoutLw()
1437 mSystemGestures.screenHeight = displayFrames.mUnrestricted.height(); in beginLayoutLw()
1487 if (displayFrames.mDisplayCutoutSafe.top > displayFrames.mUnrestricted.top) { in beginLayoutLw()
1523 w.getWindowFrames().setFrames(displayFrames.mUnrestricted /* parentFrame */, in layoutScreenDecorWindows()
1524 displayFrames.mUnrestricted /* displayFrame */, in layoutScreenDecorWindows()
1525 displayFrames.mUnrestricted /* overscanFrame */, in layoutScreenDecorWindows()
[all …]
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayPolicyLayoutTests.java443 assertThat(outFrame, is(mFrames.mUnrestricted)); in layoutHint_appWindow()