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()
113 mBottomBound != null ? mBottomBound.toString() : "")); in CutoutSpecification()
144 return mBottomBound; in getBottomBound()
190 private Rect mBottomBound; field in CutoutSpecification.Parser
333 } else if (mBindBottomCutout && mBottomBound == null) {
334 mBottomBound = onSetEdgeCutout(false, mIsShortEdgeOnTop, mTmpRect);