Searched refs:windowDecorInsets (Results 1 – 1 of 1) sorted by relevance
59 public WindowInsets(Rect systemWindowInsets, Rect windowDecorInsets, Rect stableInsets, in WindowInsets() argument64 mWindowDecorInsetsConsumed = windowDecorInsets == null; in WindowInsets()65 mWindowDecorInsets = mWindowDecorInsetsConsumed ? EMPTY_RECT : windowDecorInsets; in WindowInsets()