Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowInsets.java88 private final Rect[][] mTypeMaxBoundingRectsMap; field in WindowInsets
183 mTypeMaxBoundingRectsMap = (mStableInsetsConsumed || typeMaxBoundingRectsMap == null) in WindowInsets()
207 src.mStableInsetsConsumed ? null : src.mTypeMaxBoundingRectsMap, in WindowInsets()
571 return getBoundingRects(mTypeMaxBoundingRectsMap, typeMask); in getBoundingRectsIgnoringVisibility()
682 mStableInsetsConsumed ? null : mTypeMaxBoundingRectsMap, in consumeDisplayCutout()
1045 .append(Arrays.toString(mTypeMaxBoundingRectsMap[i])) in toString()
1203 : insetBoundingRects(mTypeMaxBoundingRectsMap, left, top, right, bottom, in insetUnchecked()
1229 && Arrays.deepEquals(mTypeMaxBoundingRectsMap, that.mTypeMaxBoundingRectsMap) in equals()
1241 Arrays.deepHashCode(mTypeMaxBoundingRectsMap), mFrameWidth, mFrameHeight); in hashCode()
1360 private final Rect[][] mTypeMaxBoundingRectsMap; field in WindowInsets.Builder
[all …]