Searched refs:rootInsets (Results 1 – 2 of 2) sorted by relevance
463 final WindowInsets rootInsets = mRoot.getRootWindowInsets(); in inflateView() local464 if (rootInsets != null) { in inflateView()465 mRoot.dispatchApplyWindowInsets(rootInsets); in inflateView()
1586 WindowInsets rootInsets = getRootWindowInsets();1587 int newGuardLeftMargin = rootInsets.getSystemWindowInsetLeft();1588 int newGuardRightMargin = rootInsets.getSystemWindowInsetRight();2396 WindowInsets rootInsets = getRootWindowInsets(); in onWindowDragResizeStart() local2401 rootInsets.getInsets(WindowInsets.Type.systemBars())); in onWindowDragResizeStart()