Searched refs:windowInset (Results 1 – 1 of 1) sorted by relevance
197 WindowInsets windowInset = mStackScroller.getRootWindowInsets(); in getRtlTranslation() local198 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()