Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarTouchableRegionManager.java78 && (mStatusBarWindowView.getRootWindowInsets() != null) in updateTouchableRegion()
79 && (mStatusBarWindowView.getRootWindowInsets().getDisplayCutout() != null); in updateTouchableRegion()
DPhoneStatusBarView.java167 if (!Objects.equals(getRootWindowInsets().getDisplayCutout(), mDisplayCutout)) { in updateOrientationAndCutout()
169 mDisplayCutout = getRootWindowInsets().getDisplayCutout(); in updateOrientationAndCutout()
373 WindowInsets insets = getRootWindowInsets(); in updateSafeInsets()
DHeadsUpAppearanceController.java224 WindowInsets windowInset = mStackScroller.getRootWindowInsets(); in getRtlTranslation()
DKeyguardBouncer.java449 final WindowInsets rootInsets = mRoot.getRootWindowInsets(); in inflateView()
DHeadsUpManagerPhone.java393 DisplayCutout cutout = mStatusBarWindowView.getRootWindowInsets().getDisplayCutout(); in updateRegionForNotch()
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.java358 if (mLayout == null || mLayout.getRootWindowInsets() == null) { in getExpandedY()
361 final WindowInsets insets = mLayout.getRootWindowInsets(); in getExpandedY()
530 WindowInsets insets = mLayout != null ? mLayout.getRootWindowInsets() : null; in getAvailableScreenWidth()
DStackAnimationController.java439 final WindowInsets insets = mLayout.getRootWindowInsets();
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleExpandedView.java453 int bottomInset = getRootWindowInsets() != null in getMaxExpandedHeight()
454 ? getRootWindowInsets().getStableInsetBottom() in getMaxExpandedHeight()
DBubbleStackView.java432 WindowInsets insets = getRootWindowInsets(); in BubbleStackView()
1527 if (getRootWindowInsets() != null) { in getStatusBarHeight()
1528 WindowInsets insets = getRootWindowInsets(); in getStatusBarHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DHeadsUpStatusBarView.java237 DisplayCutout displayCutout = getRootWindowInsets().getDisplayCutout(); in fitSystemWindows()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java176 public WindowInsets getRootWindowInsets() { in getRootWindowInsets() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout
/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.java731 final Insets systemInsets = mView.getRootWindowInsets().getSystemWindowInsets(); in getCurrentClampedWindowCoordinates()
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java1499 WindowInsets rootInsets = getRootWindowInsets();
/frameworks/base/core/java/android/view/
DView.java11191 public WindowInsets getRootWindowInsets() {
29525 final WindowInsets insets = getRootWindowInsets(); in shouldDrawRoundScrollbar()
/frameworks/base/config/
Dboot-image-profile.txt16915 HSPLandroid/view/View;->getRootWindowInsets()Landroid/view/WindowInsets;
/frameworks/base/non-updatable-api/
Dcurrent.txt51637 method public android.view.WindowInsets getRootWindowInsets();
/frameworks/base/api/
Dcurrent.txt51781 method public android.view.WindowInsets getRootWindowInsets();