Searched refs:mTypeInsetsMap (Results 1 – 1 of 1) sorted by relevance
79 private final Insets[] mTypeInsetsMap; field in WindowInsets161 mTypeInsetsMap = mSystemWindowInsetsConsumed in WindowInsets()342 return getInsets(mTypeInsetsMap, typeMask); in getInsets()800 return getInsets(mTypeInsetsMap, SYSTEM_GESTURES); in getSystemGestureInsets()859 return getInsets(mTypeInsetsMap, TAPPABLE_ELEMENT); in getTappableElementInsets()888 Insets insets = mTypeInsetsMap[i]; in toString()1017 && Arrays.equals(mTypeInsetsMap, that.mTypeInsetsMap) in equals()1083 private final Insets[] mTypeInsetsMap; field in WindowInsets.Builder1101 mTypeInsetsMap = new Insets[SIZE]; in Builder()1112 mTypeInsetsMap = insets.mTypeInsetsMap.clone(); in Builder()[all …]