Searched refs:typeBoundingRectsMap (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | InsetsState.java | 138 final Rect[][] typeBoundingRectsMap = new Rect[Type.SIZE][]; in calculateInsets() local 159 idSideMap, typeVisibilityMap, typeBoundingRectsMap); in calculateInsets() 195 typeBoundingRectsMap, typeMaxBoundingRectsMap, frame.width(), frame.height()); in calculateInsets() 348 @Nullable boolean[] typeVisibilityMap, Rect[][] typeBoundingRectsMap) { in processSource() argument 354 typeBoundingRectsMap, insets, boundingRects, type); in processSource() 363 typeBoundingRectsMap, insets, boundingRects, Type.SYSTEM_GESTURES); in processSource() 370 typeBoundingRectsMap, insets, boundingRects, Type.SYSTEM_GESTURES); in processSource() 372 typeBoundingRectsMap, insets, boundingRects, Type.MANDATORY_SYSTEM_GESTURES); in processSource() 374 typeBoundingRectsMap, insets, boundingRects, Type.TAPPABLE_ELEMENT); in processSource() 380 @Nullable boolean[] typeVisibilityMap, Rect[][] typeBoundingRectsMap, in processSourceAsPublicType() argument [all …]
|
D | WindowInsets.java | 155 Rect[][] typeBoundingRectsMap, in WindowInsets() argument 183 mTypeBoundingRectsMap = (mSystemWindowInsetsConsumed || typeBoundingRectsMap == null) in WindowInsets() 185 : typeBoundingRectsMap.clone(); in WindowInsets() 579 private List<Rect> getBoundingRects(Rect[][] typeBoundingRectsMap, @InsetsType int typeMask) { in getBoundingRects() argument 585 final Rect[] rects = typeBoundingRectsMap[indexOf(i)]; in getBoundingRects() 1300 static Rect[][] insetBoundingRects(Rect[][] typeBoundingRectsMap, in insetBoundingRects() argument 1304 return typeBoundingRectsMap; in insetBoundingRects() 1308 final Rect[] boundingRects = typeBoundingRectsMap[i]; in insetBoundingRects() 1316 typeBoundingRectsMap = typeBoundingRectsMap.clone(); in insetBoundingRects() 1319 typeBoundingRectsMap[i] = insetBoundingRects; in insetBoundingRects() [all …]
|