Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DCutoutSpecification.java95 private final Rect mRightBound; field in CutoutSpecification
103 mRightBound = parser.mRightBound; in CutoutSpecification()
114 mRightBound != null ? mRightBound.toString() : "", in CutoutSpecification()
132 scaleBounds(mRightBound, physicalPixelDisplaySizeRatio); in applyPhysicalPixelDisplaySizeRatio()
172 return mRightBound; in getRightBound()
224 private Rect mRightBound; field in CutoutSpecification.Parser
372 if (mBindRightCutout && mRightBound == null) {
373 mRightBound = onSetEdgeCutout(false, !mIsShortEdgeOnTop, mTmpRect);