Searched refs:mTypeInsetsMap (Results 1 – 1 of 1) sorted by relevance
84 private final Insets[] mTypeInsetsMap; field in WindowInsets157 mTypeInsetsMap = mSystemWindowInsetsConsumed in WindowInsets()196 this(src.mSystemWindowInsetsConsumed ? null : src.mTypeInsetsMap, in WindowInsets()362 return getInsets(mTypeInsetsMap, typeMask); in getInsets()498 return !getInsets(mTypeInsetsMap, all()).equals(Insets.NONE) in hasInsets()675 return new WindowInsets(mSystemWindowInsetsConsumed ? null : mTypeInsetsMap, in consumeDisplayCutout()940 return getInsets(mTypeInsetsMap, SYSTEM_GESTURES); in getSystemGestureInsets()970 return getInsets(mTypeInsetsMap, MANDATORY_SYSTEM_GESTURES); in getMandatorySystemGestureInsets()999 return getInsets(mTypeInsetsMap, TAPPABLE_ELEMENT); in getTappableElementInsets()1035 Insets insets = mTypeInsetsMap[i]; in toString()[all …]