Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowInsets.java71 private final Insets[] mTypeMaxInsetsMap; field in WindowInsets
140 mTypeMaxInsetsMap = mStableInsetsConsumed in WindowInsets()
160 src.mStableInsetsConsumed ? null : src.mTypeMaxInsetsMap, in WindowInsets()
320 return getInsets(mTypeMaxInsetsMap, typeMask); in getMaxInsets()
416 || !getInsets(mTypeMaxInsetsMap, all()).equals(Insets.NONE) in hasInsets()
439 mStableInsetsConsumed ? null : mTypeMaxInsetsMap, in consumeDisplayCutout()
485 return new WindowInsets(null, mStableInsetsConsumed ? null : mTypeMaxInsetsMap, in consumeSystemWindowInsets()
558 return getInsets(mTypeMaxInsetsMap, compatSystemInsets()); in getStableInsets()
805 : insetInsets(mTypeMaxInsetsMap, left, top, right, bottom), in inset()
827 && Arrays.equals(mTypeMaxInsetsMap, that.mTypeMaxInsetsMap) in equals()
[all …]