Home
last modified time | relevance | path

Searched refs:rootInsets (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java1594 WindowInsets rootInsets = getRootWindowInsets();
1595 int newGuardLeftMargin = rootInsets.getSystemWindowInsetLeft();
1596 int newGuardRightMargin = rootInsets.getSystemWindowInsetRight();
2406 WindowInsets rootInsets = getRootWindowInsets(); in onWindowDragResizeStart() local
2411 rootInsets.getInsets(WindowInsets.Type.systemBars())); in onWindowDragResizeStart()
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java2550 final WindowInsets rootInsets = view.getRootWindowInsets(); in toggleSoftInput() local
2551 if (rootInsets != null && rootInsets.isVisible(WindowInsets.Type.ime())) { in toggleSoftInput()