Home
last modified time | relevance | path

Searched refs:mSystemWindowInsetsConsumed (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DWindowInsets.java47 private boolean mSystemWindowInsetsConsumed = false; field in WindowInsets
68 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()