Searched refs:rootInsets (Results 1 – 2 of 2) sorted by relevance
442 final WindowInsets rootInsets = mRoot.getRootWindowInsets(); in inflateView() local443 if (rootInsets != null) { in inflateView()444 mRoot.dispatchApplyWindowInsets(rootInsets); in inflateView()
1497 WindowInsets rootInsets = getRootWindowInsets();1498 int newGuardLeftMargin = rootInsets.getSystemWindowInsetLeft();1499 int newGuardRightMargin = rootInsets.getSystemWindowInsetRight();