Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowInsets.java80 private final Insets[] mTypeMaxInsetsMap; field in WindowInsets
166 mTypeMaxInsetsMap = mStableInsetsConsumed in WindowInsets()
191 src.mStableInsetsConsumed ? null : src.mTypeMaxInsetsMap, in WindowInsets()
369 return getInsets(mTypeMaxInsetsMap, typeMask); in getInsetsIgnoringVisibility()
479 || !getInsets(mTypeMaxInsetsMap, all()).equals(Insets.NONE) in hasInsets()
542 mStableInsetsConsumed ? null : mTypeMaxInsetsMap, in consumeDisplayCutout()
671 return getInsets(mTypeMaxInsetsMap, mCompatInsetsTypes); in getStableInsets()
889 Insets maxInsets = mTypeMaxInsetsMap[i]; in toString()
989 : insetInsets(mTypeMaxInsetsMap, left, top, right, bottom), in insetUnchecked()
1018 && Arrays.equals(mTypeMaxInsetsMap, that.mTypeMaxInsetsMap) in equals()
[all …]