Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowInsets.java87 private final Rect[][] mTypeBoundingRectsMap; field in WindowInsets
180 mTypeBoundingRectsMap = (mSystemWindowInsetsConsumed || typeBoundingRectsMap == null) in WindowInsets()
206 src.mSystemWindowInsetsConsumed ? null : src.mTypeBoundingRectsMap, in WindowInsets()
531 return getBoundingRects(mTypeBoundingRectsMap, typeMask); in getBoundingRects()
681 mSystemWindowInsetsConsumed ? null : mTypeBoundingRectsMap, in consumeDisplayCutout()
1043 .append(Arrays.toString(mTypeBoundingRectsMap[i])) in toString()
1199 : insetBoundingRects(mTypeBoundingRectsMap, left, top, right, bottom, in insetUnchecked()
1228 && Arrays.deepEquals(mTypeBoundingRectsMap, that.mTypeBoundingRectsMap) in equals()
1240 mDisplayShape, Arrays.deepHashCode(mTypeBoundingRectsMap), in hashCode()
1359 private final Rect[][] mTypeBoundingRectsMap; field in WindowInsets.Builder
[all …]