Searched refs:mSystemWindowInsetsConsumed (Results 1 – 1 of 1) sorted by relevance
47 private boolean mSystemWindowInsetsConsumed = false; field in WindowInsets68 mSystemWindowInsetsConsumed = systemWindowInsets == null; in WindowInsets()69 mSystemWindowInsets = mSystemWindowInsetsConsumed ? EMPTY_RECT : systemWindowInsets; in WindowInsets()90 mSystemWindowInsetsConsumed = src.mSystemWindowInsetsConsumed; in WindowInsets()280 return mSystemWindowInsetsConsumed && mWindowDecorInsetsConsumed && mStableInsetsConsumed; in isConsumed()305 result.mSystemWindowInsetsConsumed = true; in consumeSystemWindowInsets()