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()184 @Nullable ArrayMap<String, ArrayMap<String, ArrayList<Property>>> propertyCollection) { in removeComponentProperties() argument186 propertyCollection; in removeComponentProperties()201 @Nullable ArrayMap<String, ArrayMap<String, ArrayList<Property>>> propertyCollection) { in removeProperties() argument202 if (propertyCollection == null) { in removeProperties()211 propertyCollection.get(propertyName); in removeProperties()[all …]