Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowInsets.java85 private final boolean mSystemWindowInsetsConsumed; field in WindowInsets
134 mSystemWindowInsetsConsumed = typeInsetsMap == null; in WindowInsets()
135 mTypeInsetsMap = mSystemWindowInsetsConsumed in WindowInsets()
159 this(src.mSystemWindowInsetsConsumed ? null : src.mTypeInsetsMap, in WindowInsets()
438 return new WindowInsets(mSystemWindowInsetsConsumed ? null : mTypeInsetsMap, in consumeDisplayCutout()
460 return mSystemWindowInsetsConsumed && mStableInsetsConsumed in isConsumed()
516 if (mSystemWindowInsetsConsumed) { in replaceSystemWindowInsets()
726 return new WindowInsets(mSystemWindowInsetsConsumed ? null : mTypeInsetsMap, null, in consumeStableInsets()
800 mSystemWindowInsetsConsumed in inset()
823 && mSystemWindowInsetsConsumed == that.mSystemWindowInsetsConsumed in equals()
[all …]