Searched refs:getRootWindowInsets (Results 1 – 14 of 14) sorted by relevance
40 public WindowInsets getRootWindowInsets() { in getRootWindowInsets() method in LightBarBaseActivity41 return getWindow().getDecorView().getRootWindowInsets(); in getRootWindowInsets()
74 new WindowInsetsPresenterDrawable(getWindow().getDecorView().getRootWindowInsets()); in onCreate()91 mContentWindowInsets = getWindow().getDecorView().getRootWindowInsets(); in onCreate()
158 WindowInsets windowInsets = activity.getRootWindowInsets(); in loadCutout()
780 insets[0] = view.getRootWindowInsets().getSystemGestureInsets(); in assumeGestureNavigation()
91 insets[0] = rule.getActivity().getWindow().getDecorView().getRootWindowInsets(); in getInsets()
289 final WindowInsets insets = getWindow().getDecorView().getRootWindowInsets();297 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()