Searched refs:typeInsetsMap (Results 1 – 1 of 1) sorted by relevance
148 public WindowInsets(@Nullable Insets[] typeInsetsMap, in WindowInsets() argument154 mSystemWindowInsetsConsumed = typeInsetsMap == null; in WindowInsets()157 : typeInsetsMap.clone(); in WindowInsets()203 static Insets getInsets(Insets[] typeInsetsMap, @InsetsType int typeMask) { in getInsets() argument209 Insets insets = typeInsetsMap[indexOf(i)]; in getInsets()225 private static void setInsets(Insets[] typeInsetsMap, @InsetsType int typeMask, Insets insets) { in setInsets() argument230 typeInsetsMap[indexOf(i)] = insets; in setInsets()250 Insets[] typeInsetsMap = new Insets[SIZE]; in createCompatTypeMap() local251 assignCompatInsets(typeInsetsMap, insets); in createCompatTypeMap()252 return typeInsetsMap; in createCompatTypeMap()[all …]