Searched refs:mUnrestricted (Results 1 – 3 of 3) sorted by relevance
51 public final Rect mUnrestricted = new Rect(); field in DisplayFrames161 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 …]
4580 outFrame.set(displayFrames.mUnrestricted); in getLayoutHintLw()4581 availRight = displayFrames.mUnrestricted.right; in getLayoutHintLw()4582 availBottom = displayFrames.mUnrestricted.bottom; in getLayoutHintLw()4621 outFrame.set(displayFrames.mUnrestricted); in getLayoutHintLw()4662 mSystemGestures.screenWidth = displayFrames.mUnrestricted.width(); in beginLayoutLw()4663 mSystemGestures.screenHeight = displayFrames.mUnrestricted.height(); in beginLayoutLw()4731 if (displayFrames.mDisplayCutoutSafe.top > displayFrames.mUnrestricted.top) { in beginLayoutLw()4812 of.set(displayFrames.mUnrestricted); in layoutStatusBar()4813 df.set(displayFrames.mUnrestricted); in layoutStatusBar()4814 pf.set(displayFrames.mUnrestricted); in layoutStatusBar()[all …]
315 assertThat(frame, equalTo(mFrames.mUnrestricted)); in layoutHint_screenDecorWindow()337 assertThat(outFrame, is(mFrames.mUnrestricted)); in layoutHint_appWindow()