Searched refs:mTypeMaxInsetsMap (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | WindowInsets.java | 79 private final Insets[] mTypeMaxInsetsMap; field in WindowInsets 160 mTypeMaxInsetsMap = mStableInsetsConsumed in WindowInsets() 182 src.mStableInsetsConsumed ? null : src.mTypeMaxInsetsMap, in WindowInsets() 358 return getInsets(mTypeMaxInsetsMap, typeMask); in getInsetsIgnoringVisibility() 468 || !getInsets(mTypeMaxInsetsMap, all()).equals(Insets.NONE) in hasInsets() 501 mStableInsetsConsumed ? null : mTypeMaxInsetsMap, in consumeDisplayCutout() 629 return getInsets(mTypeMaxInsetsMap, mCompatInsetsTypes); in getStableInsets() 847 Insets maxInsets = mTypeMaxInsetsMap[i]; in toString() 933 : insetInsets(mTypeMaxInsetsMap, left, top, right, bottom), in inset() 956 && Arrays.equals(mTypeMaxInsetsMap, that.mTypeMaxInsetsMap) in equals() [all …]
|