Searched refs:getRootWindowInsets (Results 1 – 12 of 12) sorted by relevance
40 public WindowInsets getRootWindowInsets() { in getRootWindowInsets() method in LightBarBaseActivity41 return getWindow().getDecorView().getRootWindowInsets(); in getRootWindowInsets()
101 inset[0] = rule.getActivity().getRootWindowInsets(); in hasVirtualNavigationBar()142 inset[0] = rule.getActivity().getRootWindowInsets(); in assumeHasColoredStatusBar()216 WindowInsets windowInsets = activity.getRootWindowInsets(); in loadCutout()
75 new WindowInsetsPresenterDrawable(getWindow().getDecorView().getRootWindowInsets()); in onCreate()92 mContentWindowInsets = getWindow().getDecorView().getRootWindowInsets(); in onCreate()
274 final WindowInsets insets = getWindow().getDecorView().getRootWindowInsets();282 final Insets insets = dv.getRootWindowInsets().getSystemWindowInsets();
97 WindowInsets insets = mActivity.getWindow().getDecorView().getRootWindowInsets(); in testMoveWindowAndTap()
259 return getWindow().getDecorView().getRootWindowInsets();
396 return getWindow().getDecorView().getRootWindowInsets();
177 final WindowInsets windowInsets = v.getRootWindowInsets(); in fromLayoutListenerCallback()
462 final WindowInsets rootWindowInsets = getRootWindowInsets(); in onApplyWindowInsets()
100 final WindowInsets windowInsets = getOnMainSync(() -> view.getRootWindowInsets()); in getInstance()
439 final Insets systemInsets = mLayout.getRootWindowInsets().getSystemWindowInsets(); in testWindowPosition_isClampedInsideMainApplicationWindow_topLeft()457 final Insets systemInsets = mLayout.getRootWindowInsets().getSystemWindowInsets(); in testWindowPosition_isClampedInsideMainApplicationWindow_bottomRight()784 final Insets systemInsets = view.getRootWindowInsets().getSystemWindowInsets(); in testSourceBounds_areAdjustedWhenInvalid()
654 final WindowInsets windowInsets = upperAnchor.getRootWindowInsets(); in testShowAtLocation()1288 final WindowInsets windowInsets = containerView.getRootWindowInsets(); in testUpdatePositionAndDimension()1689 - parentWindowView.getRootWindowInsets().getSystemWindowInsetBottom()); in testVerticallyClippedBeforeAdjusted()