Searched defs:rootWindowInsets (Results 1 – 4 of 4) sorted by relevance
96 WindowInsets rootWindowInsets = mSeekBar.getRootWindowInsets(); in updateExclusionRects() local
1034 final WindowInsets rootWindowInsets = getRootWindowInsets(); in onApplyWindowInsets() local
388 WindowInsets rootWindowInsets = activity.getWindow().getDecorView().getRootWindowInsets(); in testSDRFromSurfaceViewAndTextureView() local
1813 public static boolean isImeShowing(WindowInsets rootWindowInsets) { in isImeShowing()