Searched refs:mTypeInsetsMap (Results 1 – 1 of 1) sorted by relevance
70 private final Insets[] mTypeInsetsMap; field in WindowInsets135 mTypeInsetsMap = mSystemWindowInsetsConsumed in WindowInsets()159 this(src.mSystemWindowInsetsConsumed ? null : src.mTypeInsetsMap, in WindowInsets()281 return getInsets(mTypeInsetsMap, compatSystemInsets()); in getSystemWindowInsets()294 return getInsets(mTypeInsetsMap, typeMask); in getInsets()415 return !getInsets(mTypeInsetsMap, all()).equals(Insets.NONE) in hasInsets()438 return new WindowInsets(mSystemWindowInsetsConsumed ? null : mTypeInsetsMap, in consumeDisplayCutout()662 return getInsets(mTypeInsetsMap, SYSTEM_GESTURES); in getSystemGestureInsets()690 return getInsets(mTypeInsetsMap, MANDATORY_SYSTEM_GESTURES); in getMandatorySystemGestureInsets()716 return getInsets(mTypeInsetsMap, TAPPABLE_ELEMENT); in getTappableElementInsets()[all …]