Home
last modified time | relevance | path

Searched refs:typeMaxBoundingRectsMap (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DInsetsState.java132 final Rect[][] typeMaxBoundingRectsMap = new Rect[Type.SIZE][]; in calculateInsets() local
159 null /* typeVisibilityMap */, typeMaxBoundingRectsMap); in calculateInsets()
181 typeBoundingRectsMap, typeMaxBoundingRectsMap, frame.width(), frame.height()); in calculateInsets()
DWindowInsets.java154 Rect[][] typeMaxBoundingRectsMap, in WindowInsets() argument
183 mTypeMaxBoundingRectsMap = (mStableInsetsConsumed || typeMaxBoundingRectsMap == null) in WindowInsets()
185 : typeMaxBoundingRectsMap.clone(); in WindowInsets()