Searched refs:currentRunAttributes (Results 1 – 1 of 1) sorted by relevance
612 Vector<Attribute> currentRunAttributes = runAttributes[runIndex]; in getAttribute() local614 if (currentRunAttributes == null) { in getAttribute()617 int attributeIndex = currentRunAttributes.indexOf(attribute); in getAttribute()978 Vector<Attribute> currentRunAttributes = runAttributes[i]; in getAllAttributeKeys() local979 if (currentRunAttributes != null) { in getAllAttributeKeys()980 int j = currentRunAttributes.size(); in getAllAttributeKeys()982 keys.add(currentRunAttributes.get(j)); in getAllAttributeKeys()