Searched refs:mTypeMaxInsetsMap (Results 1 – 1 of 1) sorted by relevance
80 private final Insets[] mTypeMaxInsetsMap; field in WindowInsets166 mTypeMaxInsetsMap = mStableInsetsConsumed in WindowInsets()369 return getInsets(mTypeMaxInsetsMap, typeMask); in getInsetsIgnoringVisibility()542 mStableInsetsConsumed ? null : mTypeMaxInsetsMap, in consumeDisplayCutout()671 return getInsets(mTypeMaxInsetsMap, mCompatInsetsTypes); in getStableInsets()889 Insets maxInsets = mTypeMaxInsetsMap[i]; in toString()1018 && Arrays.equals(mTypeMaxInsetsMap, that.mTypeMaxInsetsMap) in equals()1084 private final Insets[] mTypeMaxInsetsMap; field in WindowInsets.Builder1102 mTypeMaxInsetsMap = new Insets[SIZE]; in Builder()1113 mTypeMaxInsetsMap = insets.mTypeMaxInsetsMap.clone(); in Builder()[all …]