Searched refs:attrSetList (Results 1 – 1 of 1) sorted by relevance
553 ArrayList attrSetList = (ArrayList) m_attrSets.get(attrSet.getName()); in recomposeAttributeSets() local555 if (null == attrSetList) in recomposeAttributeSets()557 attrSetList = new ArrayList(); in recomposeAttributeSets()559 m_attrSets.put(attrSet.getName(), attrSetList); in recomposeAttributeSets() local562 attrSetList.add(attrSet); in recomposeAttributeSets()