Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DCutoutSpecification.java93 private final Rect mLeftBound; field in CutoutSpecification
101 mLeftBound = parser.mLeftBound; in CutoutSpecification()
112 mLeftBound != null ? mLeftBound.toString() : "", in CutoutSpecification()
130 scaleBounds(mLeftBound, physicalPixelDisplaySizeRatio); in applyPhysicalPixelDisplaySizeRatio()
160 return mLeftBound; in getLeftBound()
222 private Rect mLeftBound; field in CutoutSpecification.Parser
374 } else if (mBindLeftCutout && mLeftBound == null) {
375 mLeftBound = onSetEdgeCutout(true, !mIsShortEdgeOnTop, mTmpRect);