Searched refs:mUnrestricted (Results 1 – 4 of 4) sorted by relevance
45 public final Rect mUnrestricted = new Rect(); field in DisplayFrames121 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 …]
1062 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 …]
1213 getDisplayFrames(dc.mDisplayFrames).mUnrestricted); in computeFrameLw()
698 assertThat(outFrame, is(mFrames.mUnrestricted)); in layoutHint_appWindow()785 mDisplayContent.getWindowConfiguration().setBounds(mFrames.mUnrestricted); in assertSimulateLayoutSameDisplayFrames()