Searched refs:typeMaxInsetsMap (Results 1 – 2 of 2) sorted by relevance
204 Insets[] typeMaxInsetsMap = new Insets[Type.SIZE]; in calculateInsets() local231 true /* ignoreVisibility */, typeMaxInsetsMap, null /* typeSideMap */, in calculateInsets()248 return new WindowInsets(typeInsetsMap, typeMaxInsetsMap, typeVisibilityMap, isScreenRound, in calculateInsets()
153 @Nullable Insets[] typeMaxInsetsMap, in WindowInsets() argument165 mStableInsetsConsumed = typeMaxInsetsMap == null; in WindowInsets()168 : typeMaxInsetsMap.clone(); in WindowInsets()