Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowLayout.java75 final Rect outParentFrame = frames.parentFrame; in computeFrames() local
90 outParentFrame.set(outDisplayFrame); in computeFrames()
94 outParentFrame.inset(source.calculateInsets( in computeFrames()
95 outParentFrame, false /* ignoreVisibility */)); in computeFrames()
99 outParentFrame.set(!layoutInScreen ? attachedWindowFrame : outDisplayFrame); in computeFrames()
159 mTempRect.set(outParentFrame); in computeFrames()
160 outParentFrame.intersectUnchecked(displayCutoutSafeExceptMaybeBars); in computeFrames()
161 frames.isParentFrameClippedByDisplayCutout = !mTempRect.equals(outParentFrame); in computeFrames()
179 final int pw = outParentFrame.width(); in computeFrames()
180 final int ph = outParentFrame.height(); in computeFrames()
[all …]