Searched refs:propertyCollection (Results 1 – 1 of 1) sorted by relevance
137 @Nullable ArrayMap<String, ArrayMap<String, ArrayList<Property>>> propertyCollection) { in addComponentProperties() argument139 propertyCollection; in addComponentProperties()154 @Nullable ArrayMap<String, ArrayMap<String, ArrayList<Property>>> propertyCollection) { in addProperties() argument156 return propertyCollection; in addProperties()159 propertyCollection == null ? new ArrayMap<>(10) : propertyCollection; in addProperties()186 propertyCollection; in removeComponentProperties()202 if (propertyCollection == null) { in removeProperties()211 propertyCollection.get(propertyName); in removeProperties()228 propertyCollection.remove(propertyName); in removeProperties()231 if (propertyCollection.size() == 0) { in removeProperties()[all …]