Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DCutoutSpecification.java94 private final Rect mTopBound; field in CutoutSpecification
102 mTopBound = parser.mTopBound; in CutoutSpecification()
111 mTopBound != null ? mTopBound.toString() : "", in CutoutSpecification()
132 return mTopBound; in getTopBound()
188 private Rect mTopBound; field in CutoutSpecification.Parser
336 && mTopBound == null) {
337 mTopBound = onSetEdgeCutout(true, mIsShortEdgeOnTop, mTmpRect);