Searched refs:getRootWindowInsets (Results 1 – 18 of 18) sorted by relevance
74 && (mStatusBarWindowView.getRootWindowInsets() != null) in updateTouchableRegion()75 && (mStatusBarWindowView.getRootWindowInsets().getDisplayCutout() != null); in updateTouchableRegion()
166 if (!Objects.equals(getRootWindowInsets().getDisplayCutout(), mDisplayCutout)) { in updateOrientationAndCutout()168 mDisplayCutout = getRootWindowInsets().getDisplayCutout(); in updateOrientationAndCutout()352 WindowInsets insets = getRootWindowInsets(); in updateSafeInsets()
197 WindowInsets windowInset = mStackScroller.getRootWindowInsets(); in getRtlTranslation()
331 DisplayCutout cutout = mStatusBarWindowView.getRootWindowInsets().getDisplayCutout(); in updateRegionForNotch()
442 final WindowInsets rootInsets = mRoot.getRootWindowInsets(); in inflateView()
227 DisplayCutout dc = getRootWindowInsets().getDisplayCutout(); in updateLayoutConsideringCutout()
174 DisplayCutout displayCutout = getRootWindowInsets().getDisplayCutout(); in fitSystemWindows()
294 if (mLayout == null || mLayout.getRootWindowInsets() == null) { in getExpandedY()297 final WindowInsets insets = mLayout.getRootWindowInsets(); in getExpandedY()
418 final WindowInsets insets = mLayout.getRootWindowInsets();
1437 if (getRootWindowInsets() != null) { in getStatusBarHeight()1438 WindowInsets insets = getRootWindowInsets(); in getStatusBarHeight()1450 if (getRootWindowInsets() != null) { in getBottomInset()1451 WindowInsets insets = getRootWindowInsets(); in getBottomInset()
176 public WindowInsets getRootWindowInsets() { in getRootWindowInsets() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout
239 DisplayCutout displayCutout = getRootWindowInsets().getDisplayCutout(); in fitSystemWindows()
241 return new WindowInsets(a.getWindow().getDecorView().getRootWindowInsets()); in getInsets()
733 final Insets systemInsets = mView.getRootWindowInsets().getSystemWindowInsets(); in getCurrentClampedWindowCoordinates()
1497 WindowInsets rootInsets = getRootWindowInsets();
10666 public WindowInsets getRootWindowInsets() {28922 final WindowInsets insets = getRootWindowInsets(); in shouldDrawRoundScrollbar()
16916 HSPLandroid/view/View;->getRootWindowInsets()Landroid/view/WindowInsets;
50273 method public android.view.WindowInsets getRootWindowInsets();