Searched refs:getRootWindowInsets (Results 1 – 20 of 20) sorted by relevance
78 && (mStatusBarWindowView.getRootWindowInsets() != null) in updateTouchableRegion()79 && (mStatusBarWindowView.getRootWindowInsets().getDisplayCutout() != null); in updateTouchableRegion()
167 if (!Objects.equals(getRootWindowInsets().getDisplayCutout(), mDisplayCutout)) { in updateOrientationAndCutout()169 mDisplayCutout = getRootWindowInsets().getDisplayCutout(); in updateOrientationAndCutout()373 WindowInsets insets = getRootWindowInsets(); in updateSafeInsets()
224 WindowInsets windowInset = mStackScroller.getRootWindowInsets(); in getRtlTranslation()
449 final WindowInsets rootInsets = mRoot.getRootWindowInsets(); in inflateView()
393 DisplayCutout cutout = mStatusBarWindowView.getRootWindowInsets().getDisplayCutout(); in updateRegionForNotch()
227 DisplayCutout dc = getRootWindowInsets().getDisplayCutout(); in updateLayoutConsideringCutout()
174 DisplayCutout displayCutout = getRootWindowInsets().getDisplayCutout(); in fitSystemWindows()
358 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()
439 final WindowInsets insets = mLayout.getRootWindowInsets();
453 int bottomInset = getRootWindowInsets() != null in getMaxExpandedHeight()454 ? getRootWindowInsets().getStableInsetBottom() in getMaxExpandedHeight()
432 WindowInsets insets = getRootWindowInsets(); in BubbleStackView()1527 if (getRootWindowInsets() != null) { in getStatusBarHeight()1528 WindowInsets insets = getRootWindowInsets(); in getStatusBarHeight()
237 DisplayCutout displayCutout = getRootWindowInsets().getDisplayCutout(); in fitSystemWindows()
176 public WindowInsets getRootWindowInsets() { in getRootWindowInsets() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout
241 return new WindowInsets(a.getWindow().getDecorView().getRootWindowInsets()); in getInsets()
731 final Insets systemInsets = mView.getRootWindowInsets().getSystemWindowInsets(); in getCurrentClampedWindowCoordinates()
1499 WindowInsets rootInsets = getRootWindowInsets();
11191 public WindowInsets getRootWindowInsets() {29525 final WindowInsets insets = getRootWindowInsets(); in shouldDrawRoundScrollbar()
16915 HSPLandroid/view/View;->getRootWindowInsets()Landroid/view/WindowInsets;
51637 method public android.view.WindowInsets getRootWindowInsets();
51781 method public android.view.WindowInsets getRootWindowInsets();