Searched refs:typeMaxInsetsMap (Results 1 – 2 of 2) sorted by relevance
149 Insets[] typeMaxInsetsMap = new Insets[Type.SIZE]; in calculateInsets() local156 WindowInsets.assignCompatInsets(typeMaxInsetsMap, legacyStableInsets); in calculateInsets()182 typeMaxInsetsMap, null /* typeSideMap */, null /* typeVisibilityMap */); in calculateInsets()185 return new WindowInsets(typeInsetsMap, typeMaxInsetsMap, typeVisibilityMap, isScreenRound, in calculateInsets()
131 @Nullable Insets[] typeMaxInsetsMap, in WindowInsets() argument140 mStableInsetsConsumed = typeMaxInsetsMap == null; in WindowInsets()143 : typeMaxInsetsMap.clone(); in WindowInsets()