Searched refs:mStableInsetsConsumed (Results 1 – 2 of 2) sorted by relevance
94 private final boolean mStableInsetsConsumed; field in WindowInsets162 mStableInsetsConsumed = typeMaxInsetsMap == null; in WindowInsets()163 mTypeMaxInsetsMap = mStableInsetsConsumed in WindowInsets()188 src.mStableInsetsConsumed ? null : src.mTypeMaxInsetsMap, in WindowInsets()546 mStableInsetsConsumed ? null : mTypeMaxInsetsMap, in consumeDisplayCutout()568 return mSystemWindowInsetsConsumed && mStableInsetsConsumed in isConsumed()916 result.append("stableInsetsConsumed=" + mStableInsetsConsumed); in toString()1001 mStableInsetsConsumed in insetUnchecked()1029 && mStableInsetsConsumed == that.mStableInsetsConsumed in equals()1043 mAlwaysConsumeSystemBars, mSystemWindowInsetsConsumed, mStableInsetsConsumed, in hashCode()[all …]
65135 Landroid/view/WindowInsets;->mStableInsetsConsumed:Z