Searched refs:mSystemWindowInsetsConsumed (Results 1 – 2 of 2) sorted by relevance
89 private final boolean mSystemWindowInsetsConsumed; field in WindowInsets141 mSystemWindowInsetsConsumed = typeInsetsMap == null; in WindowInsets()142 mTypeInsetsMap = mSystemWindowInsetsConsumed in WindowInsets()173 this(src.mSystemWindowInsetsConsumed ? null : src.mTypeInsetsMap, in WindowInsets()551 return new WindowInsets(mSystemWindowInsetsConsumed ? null : mTypeInsetsMap, in consumeDisplayCutout()574 return mSystemWindowInsetsConsumed && mStableInsetsConsumed in isConsumed()639 if (mSystemWindowInsetsConsumed) { in replaceSystemWindowInsets()1020 mSystemWindowInsetsConsumed in insetUnchecked()1052 && mSystemWindowInsetsConsumed == that.mSystemWindowInsetsConsumed in equals()1115 return mSystemWindowInsetsConsumed; in isSystemWindowInsetsConsumed()[all …]
65137 Landroid/view/WindowInsets;->mSystemWindowInsetsConsumed:Z