Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBouncer.java442 final WindowInsets rootInsets = mRoot.getRootWindowInsets(); in inflateView() local
443 if (rootInsets != null) { in inflateView()
444 mRoot.dispatchApplyWindowInsets(rootInsets); in inflateView()
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java1497 WindowInsets rootInsets = getRootWindowInsets();
1498 int newGuardLeftMargin = rootInsets.getSystemWindowInsetLeft();
1499 int newGuardRightMargin = rootInsets.getSystemWindowInsetRight();