Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DCutoutSpecification.java96 private final Rect mBottomBound; field in CutoutSpecification
104 mBottomBound = parser.mBottomBound; in CutoutSpecification()
115 mBottomBound != null ? mBottomBound.toString() : "")); in CutoutSpecification()
133 scaleBounds(mBottomBound, physicalPixelDisplaySizeRatio); in applyPhysicalPixelDisplaySizeRatio()
178 return mBottomBound; in getBottomBound()
225 private Rect mBottomBound; field in CutoutSpecification.Parser
376 } else if (mBindBottomCutout && mBottomBound == null) {
377 mBottomBound = onSetEdgeCutout(false, mIsShortEdgeOnTop, mTmpRect);