Searched refs:typeMaxBoundingRectsMap (Results 1 – 2 of 2) sorted by relevance
132 final Rect[][] typeMaxBoundingRectsMap = new Rect[Type.SIZE][]; in calculateInsets() local159 null /* typeVisibilityMap */, typeMaxBoundingRectsMap); in calculateInsets()181 typeBoundingRectsMap, typeMaxBoundingRectsMap, frame.width(), frame.height()); in calculateInsets()
154 Rect[][] typeMaxBoundingRectsMap, in WindowInsets() argument183 mTypeMaxBoundingRectsMap = (mStableInsetsConsumed || typeMaxBoundingRectsMap == null) in WindowInsets()185 : typeMaxBoundingRectsMap.clone(); in WindowInsets()