Home
last modified time | relevance | path

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

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