Home
last modified time | relevance | path

Searched refs:getRootWindowInsets (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarTouchableRegionManager.java74 && (mStatusBarWindowView.getRootWindowInsets() != null) in updateTouchableRegion()
75 && (mStatusBarWindowView.getRootWindowInsets().getDisplayCutout() != null); in updateTouchableRegion()
DPhoneStatusBarView.java166 if (!Objects.equals(getRootWindowInsets().getDisplayCutout(), mDisplayCutout)) { in updateOrientationAndCutout()
168 mDisplayCutout = getRootWindowInsets().getDisplayCutout(); in updateOrientationAndCutout()
352 WindowInsets insets = getRootWindowInsets(); in updateSafeInsets()
DHeadsUpAppearanceController.java197 WindowInsets windowInset = mStackScroller.getRootWindowInsets(); in getRtlTranslation()
DHeadsUpManagerPhone.java331 DisplayCutout cutout = mStatusBarWindowView.getRootWindowInsets().getDisplayCutout(); in updateRegionForNotch()
DKeyguardBouncer.java442 final WindowInsets rootInsets = mRoot.getRootWindowInsets(); in inflateView()
DKeyguardStatusBarView.java227 DisplayCutout dc = getRootWindowInsets().getDisplayCutout(); in updateLayoutConsideringCutout()
DStatusBarWindowView.java174 DisplayCutout displayCutout = getRootWindowInsets().getDisplayCutout(); in fitSystemWindows()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DExpandedAnimationController.java294 if (mLayout == null || mLayout.getRootWindowInsets() == null) { in getExpandedY()
297 final WindowInsets insets = mLayout.getRootWindowInsets(); in getExpandedY()
DStackAnimationController.java418 final WindowInsets insets = mLayout.getRootWindowInsets();
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java1437 if (getRootWindowInsets() != null) { in getStatusBarHeight()
1438 WindowInsets insets = getRootWindowInsets(); in getStatusBarHeight()
1450 if (getRootWindowInsets() != null) { in getBottomInset()
1451 WindowInsets insets = getRootWindowInsets(); in getBottomInset()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java176 public WindowInsets getRootWindowInsets() { in getRootWindowInsets() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DHeadsUpStatusBarView.java239 DisplayCutout displayCutout = getRootWindowInsets().getDisplayCutout(); in fitSystemWindows()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DScreenDecorWindowTests.java241 return new WindowInsets(a.getWindow().getDecorView().getRootWindowInsets()); in getInsets()
/frameworks/base/core/java/android/widget/
DMagnifier.java733 final Insets systemInsets = mView.getRootWindowInsets().getSystemWindowInsets(); in getCurrentClampedWindowCoordinates()
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java1497 WindowInsets rootInsets = getRootWindowInsets();
/frameworks/base/core/java/android/view/
DView.java10666 public WindowInsets getRootWindowInsets() {
28922 final WindowInsets insets = getRootWindowInsets(); in shouldDrawRoundScrollbar()
/frameworks/base/config/
Dboot-image-profile.txt16916 HSPLandroid/view/View;->getRootWindowInsets()Landroid/view/WindowInsets;
/frameworks/base/api/
Dcurrent.txt50273 method public android.view.WindowInsets getRootWindowInsets();