Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java197 WindowInsets windowInset = mStackScroller.getRootWindowInsets(); in getRtlTranslation() local
198 DisplayCutout cutout = (windowInset != null) ? windowInset.getDisplayCutout() : null; in getRtlTranslation()
199 int sysWinLeft = (windowInset != null) ? windowInset.getStableInsetLeft() : 0; in getRtlTranslation()
200 int sysWinRight = (windowInset != null) ? windowInset.getStableInsetRight() : 0; in getRtlTranslation()