Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowView.java172 int rightCutout = 0; in fitSystemWindows() local
177 rightCutout = displayCutout.getSafeInsetRight(); in fitSystemWindows()
181 int targetRight = Math.max(insets.right, rightCutout); in fitSystemWindows()