Searched refs:mSystemWindowInsetsConsumed (Results 1 – 2 of 2) sorted by relevance
96 private final boolean mSystemWindowInsetsConsumed; field in WindowInsets160 mSystemWindowInsetsConsumed = typeInsetsMap == null; in WindowInsets()161 mTypeInsetsMap = mSystemWindowInsetsConsumed in WindowInsets()190 this(src.mSystemWindowInsetsConsumed ? null : src.mTypeInsetsMap, in WindowInsets()541 return new WindowInsets(mSystemWindowInsetsConsumed ? null : mTypeInsetsMap, in consumeDisplayCutout()564 return mSystemWindowInsetsConsumed && mStableInsetsConsumed in isConsumed()626 if (mSystemWindowInsetsConsumed) { in replaceSystemWindowInsets()984 mSystemWindowInsetsConsumed in insetUnchecked()1014 && mSystemWindowInsetsConsumed == that.mSystemWindowInsetsConsumed in equals()1075 return mSystemWindowInsetsConsumed; in isSystemWindowInsetsConsumed()[all …]
68460 Landroid/view/WindowInsets;->mSystemWindowInsetsConsumed:Z