Searched refs:typeMaxInsetsMap (Results 1 – 2 of 2) sorted by relevance
125 Insets[] typeMaxInsetsMap = new Insets[Type.SIZE]; in calculateInsets() local158 true /* ignoreVisibility */, typeMaxInsetsMap, null /* idSideMap */, in calculateInsets()175 return new WindowInsets(typeInsetsMap, typeMaxInsetsMap, typeVisibilityMap, isScreenRound, in calculateInsets()
143 @Nullable Insets[] typeMaxInsetsMap, in WindowInsets() argument161 mStableInsetsConsumed = typeMaxInsetsMap == null; in WindowInsets()164 : typeMaxInsetsMap.clone(); in WindowInsets()