Searched refs:mBottomBound (Results 1 – 1 of 1) sorted by relevance
96 private final Rect mBottomBound; field in CutoutSpecification104 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.Parser376 } else if (mBindBottomCutout && mBottomBound == null) {377 mBottomBound = onSetEdgeCutout(false, mIsShortEdgeOnTop, mTmpRect);