Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayPolicy.java2225 final Rect displayCutoutSafeExceptMaybeBars = sTmpDisplayCutoutSafeExceptMaybeBarsRect; in layoutWindowLw() local
2226 displayCutoutSafeExceptMaybeBars.set(displayFrames.mDisplayCutoutSafe); in layoutWindowLw()
2233 displayCutoutSafeExceptMaybeBars.top = Integer.MIN_VALUE; in layoutWindowLw()
2240 displayCutoutSafeExceptMaybeBars.bottom = Integer.MAX_VALUE; in layoutWindowLw()
2243 displayCutoutSafeExceptMaybeBars.right = Integer.MAX_VALUE; in layoutWindowLw()
2246 displayCutoutSafeExceptMaybeBars.left = Integer.MIN_VALUE; in layoutWindowLw()
2252 displayCutoutSafeExceptMaybeBars.bottom = Integer.MAX_VALUE; in layoutWindowLw()
2261 pf.intersectUnchecked(displayCutoutSafeExceptMaybeBars); in layoutWindowLw()
2266 df.intersectUnchecked(displayCutoutSafeExceptMaybeBars); in layoutWindowLw()