Searched refs:rootInsets (Results 1 – 2 of 2) sorted by relevance
1594 WindowInsets rootInsets = getRootWindowInsets();1595 int newGuardLeftMargin = rootInsets.getSystemWindowInsetLeft();1596 int newGuardRightMargin = rootInsets.getSystemWindowInsetRight();2406 WindowInsets rootInsets = getRootWindowInsets(); in onWindowDragResizeStart() local2411 rootInsets.getInsets(WindowInsets.Type.systemBars())); in onWindowDragResizeStart()
2550 final WindowInsets rootInsets = view.getRootWindowInsets(); in toggleSoftInput() local2551 if (rootInsets != null && rootInsets.isVisible(WindowInsets.Type.ime())) { in toggleSoftInput()