Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowInsets.java59 private boolean mSystemWindowInsetsConsumed = false; field in WindowInsets
81 mSystemWindowInsetsConsumed = systemWindowInsets == null; in WindowInsets()
82 mSystemWindowInsets = mSystemWindowInsetsConsumed in WindowInsets()
108 mSystemWindowInsetsConsumed = src.mSystemWindowInsetsConsumed; in WindowInsets()
325 return mSystemWindowInsetsConsumed && mWindowDecorInsetsConsumed && mStableInsetsConsumed in isConsumed()
351 result.mSystemWindowInsetsConsumed = true; in consumeSystemWindowInsets()
588 if (!result.mSystemWindowInsetsConsumed) { in inset()
615 && mSystemWindowInsetsConsumed == that.mSystemWindowInsetsConsumed in equals()
628 mDisplayCutout, mAlwaysConsumeNavBar, mSystemWindowInsetsConsumed, in hashCode()
647 return mSystemWindowInsetsConsumed; in isSystemWindowInsetsConsumed()