Searched refs:mSystemWindowInsetsConsumed (Results 1 – 2 of 2) sorted by relevance
86 private final boolean mSystemWindowInsetsConsumed; field in WindowInsets135 mSystemWindowInsetsConsumed = typeInsetsMap == null; in WindowInsets()136 mTypeInsetsMap = mSystemWindowInsetsConsumed in WindowInsets()160 this(src.mSystemWindowInsetsConsumed ? null : src.mTypeInsetsMap, in WindowInsets()439 return new WindowInsets(mSystemWindowInsetsConsumed ? null : mTypeInsetsMap, in consumeDisplayCutout()461 return mSystemWindowInsetsConsumed && mStableInsetsConsumed in isConsumed()517 if (mSystemWindowInsetsConsumed) { in replaceSystemWindowInsets()735 return new WindowInsets(mSystemWindowInsetsConsumed ? null : mTypeInsetsMap, null, in consumeStableInsets()809 mSystemWindowInsetsConsumed in inset()832 && mSystemWindowInsetsConsumed == that.mSystemWindowInsetsConsumed in equals()[all …]
79566 Landroid/view/WindowInsets;->mSystemWindowInsetsConsumed:Z