Searched refs:windowInset (Results 1 – 1 of 1) sorted by relevance
224 WindowInsets windowInset = mStackScroller.getRootWindowInsets(); in getRtlTranslation() local225 DisplayCutout cutout = (windowInset != null) ? windowInset.getDisplayCutout() : null; in getRtlTranslation()226 int sysWinLeft = (windowInset != null) ? windowInset.getStableInsetLeft() : 0; in getRtlTranslation()227 int sysWinRight = (windowInset != null) ? windowInset.getStableInsetRight() : 0; in getRtlTranslation()