Searched refs:mTypeMaxInsetsMap (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | WindowInsets.java | 85 private final Insets[] mTypeMaxInsetsMap; field in WindowInsets 162 mTypeMaxInsetsMap = mStableInsetsConsumed in WindowInsets() 197 src.mStableInsetsConsumed ? null : src.mTypeMaxInsetsMap, in WindowInsets() 389 return getInsets(mTypeMaxInsetsMap, typeMask); in getInsetsIgnoringVisibility() 499 || !getInsets(mTypeMaxInsetsMap, all()).equals(Insets.NONE) in hasInsets() 676 mStableInsetsConsumed ? null : mTypeMaxInsetsMap, in consumeDisplayCutout() 811 return getInsets(mTypeMaxInsetsMap, systemBars()); in getStableInsets() 1036 Insets maxInsets = mTypeMaxInsetsMap[i]; in toString() 1181 : insetInsets(mTypeMaxInsetsMap, left, top, right, bottom), in insetUnchecked() 1222 && Arrays.equals(mTypeMaxInsetsMap, that.mTypeMaxInsetsMap) in equals() [all …]
|