Searched refs:rootWindowInsets (Results 1 – 5 of 5) sorted by relevance
109 WindowInsets rootWindowInsets = mSeekBar.getRootWindowInsets(); in updateExclusionRects() local112 rootWindowInsets.getSystemGestureInsets().left, in updateExclusionRects()
172 WindowInsets rootWindowInsets = content.getRootWindowInsets(); in setup()173 Insets systemGestureInsets = rootWindowInsets.getSystemGestureInsets(); in setup()
397 WindowInsets rootWindowInsets = activity.getWindow().getDecorView().getRootWindowInsets(); in testSDRFromSurfaceViewAndTextureView() local399 int extraSurfaceTopOffset = rootWindowInsets.getInsets(systemBars()).top; in testSDRFromSurfaceViewAndTextureView()400 int extraSurfaceRightOffset = rootWindowInsets.getInsets(systemBars()).right; in testSDRFromSurfaceViewAndTextureView()401 int extraSurfaceBottomOffset = rootWindowInsets.getInsets(systemBars()).bottom; in testSDRFromSurfaceViewAndTextureView()402 int extraSurfaceLeftOffset = rootWindowInsets.getInsets(systemBars()).left; in testSDRFromSurfaceViewAndTextureView()
1048 final WindowInsets rootWindowInsets = getRootWindowInsets(); in onApplyWindowInsets() local1049 if (rootWindowInsets != null && (rootWindowInsets.getStableInsetBottom() in onApplyWindowInsets()
1816 public static boolean isImeShowing(WindowInsets rootWindowInsets) { in isImeShowing() argument1817 if (rootWindowInsets != null && rootWindowInsets.isVisible(WindowInsets.Type.ime())) { in isImeShowing()