Home
last modified time | relevance | path

Searched defs:typeBoundingRectsMap (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DInsetsState.java131 final Rect[][] typeBoundingRectsMap = new Rect[Type.SIZE][]; in calculateInsets() local
334 @Nullable boolean[] typeVisibilityMap, Rect[][] typeBoundingRectsMap) { in processSource()
366 @Nullable boolean[] typeVisibilityMap, Rect[][] typeBoundingRectsMap, in processSourceAsPublicType()
DWindowInsets.java153 Rect[][] typeBoundingRectsMap, in WindowInsets()
574 private List<Rect> getBoundingRects(Rect[][] typeBoundingRectsMap, @InsetsType int typeMask) { in getBoundingRects()
1282 static Rect[][] insetBoundingRects(Rect[][] typeBoundingRectsMap, in insetBoundingRects()