Searched refs:mTypeMaxInsetsMap (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | WindowInsets.java | 72 private final Insets[] mTypeMaxInsetsMap; field in WindowInsets 141 mTypeMaxInsetsMap = mStableInsetsConsumed in WindowInsets() 161 src.mStableInsetsConsumed ? null : src.mTypeMaxInsetsMap, in WindowInsets() 321 return getInsets(mTypeMaxInsetsMap, typeMask); in getMaxInsets() 417 || !getInsets(mTypeMaxInsetsMap, all()).equals(Insets.NONE) in hasInsets() 440 mStableInsetsConsumed ? null : mTypeMaxInsetsMap, in consumeDisplayCutout() 486 return new WindowInsets(null, mStableInsetsConsumed ? null : mTypeMaxInsetsMap, in consumeSystemWindowInsets() 559 return getInsets(mTypeMaxInsetsMap, compatSystemInsets()); in getStableInsets() 814 : insetInsets(mTypeMaxInsetsMap, left, top, right, bottom), in inset() 836 && Arrays.equals(mTypeMaxInsetsMap, that.mTypeMaxInsetsMap) in equals() [all …]
|