Searched refs:mTypeInsetsMap (Results 1 – 1 of 1) sorted by relevance
76 private final Insets[] mTypeInsetsMap; field in WindowInsets142 mTypeInsetsMap = mSystemWindowInsetsConsumed in WindowInsets()334 return getInsets(mTypeInsetsMap, typeMask); in getInsets()813 return getInsets(mTypeInsetsMap, SYSTEM_GESTURES); in getSystemGestureInsets()872 return getInsets(mTypeInsetsMap, TAPPABLE_ELEMENT); in getTappableElementInsets()908 Insets insets = mTypeInsetsMap[i]; in toString()1055 && Arrays.equals(mTypeInsetsMap, that.mTypeInsetsMap) in equals()1123 private final Insets[] mTypeInsetsMap; field in WindowInsets.Builder1143 mTypeInsetsMap = new Insets[SIZE]; in Builder()1154 mTypeInsetsMap = insets.mTypeInsetsMap.clone(); in Builder()[all …]