Searched refs:mSystemWindowInsetsConsumed (Results 1 – 1 of 1) sorted by relevance
40 private boolean mSystemWindowInsetsConsumed = false; field in WindowInsets61 mSystemWindowInsetsConsumed = systemWindowInsets == null; in WindowInsets()62 mSystemWindowInsets = mSystemWindowInsetsConsumed ? EMPTY_RECT : systemWindowInsets; in WindowInsets()82 mSystemWindowInsetsConsumed = src.mSystemWindowInsetsConsumed; in WindowInsets()271 return mSystemWindowInsetsConsumed && mWindowDecorInsetsConsumed && mStableInsetsConsumed; in isConsumed()296 result.mSystemWindowInsetsConsumed = true; in consumeSystemWindowInsets()