Searched refs:typeBoundingRectsMap (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | InsetsState.java | 131 final Rect[][] typeBoundingRectsMap = new Rect[Type.SIZE][]; in calculateInsets() local 146 idSideMap, typeVisibilityMap, typeBoundingRectsMap); in calculateInsets() 181 typeBoundingRectsMap, typeMaxBoundingRectsMap, frame.width(), frame.height()); in calculateInsets() 334 @Nullable boolean[] typeVisibilityMap, Rect[][] typeBoundingRectsMap) { in processSource() argument 340 typeBoundingRectsMap, insets, boundingRects, type); in processSource() 349 typeBoundingRectsMap, insets, boundingRects, Type.SYSTEM_GESTURES); in processSource() 356 typeBoundingRectsMap, insets, boundingRects, Type.SYSTEM_GESTURES); in processSource() 358 typeBoundingRectsMap, insets, boundingRects, Type.MANDATORY_SYSTEM_GESTURES); in processSource() 360 typeBoundingRectsMap, insets, boundingRects, Type.TAPPABLE_ELEMENT); in processSource() 366 @Nullable boolean[] typeVisibilityMap, Rect[][] typeBoundingRectsMap, in processSourceAsPublicType() argument [all …]
|
D | WindowInsets.java | 153 Rect[][] typeBoundingRectsMap, in WindowInsets() argument 180 mTypeBoundingRectsMap = (mSystemWindowInsetsConsumed || typeBoundingRectsMap == null) in WindowInsets() 182 : typeBoundingRectsMap.clone(); in WindowInsets() 574 private List<Rect> getBoundingRects(Rect[][] typeBoundingRectsMap, @InsetsType int typeMask) { in getBoundingRects() argument 580 final Rect[] rects = typeBoundingRectsMap[indexOf(i)]; in getBoundingRects() 1282 static Rect[][] insetBoundingRects(Rect[][] typeBoundingRectsMap, in insetBoundingRects() argument 1286 return typeBoundingRectsMap; in insetBoundingRects() 1290 final Rect[] boundingRects = typeBoundingRectsMap[i]; in insetBoundingRects() 1298 typeBoundingRectsMap = typeBoundingRectsMap.clone(); in insetBoundingRects() 1301 typeBoundingRectsMap[i] = insetBoundingRects; in insetBoundingRects() [all …]
|