Home
last modified time | relevance | path

Searched refs:shapeChildren (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/drawable/
DDrawableDescriptors.java232 List<ElementDescriptor> shapeChildren = new ArrayList<ElementDescriptor>(); in updateDescriptors() local
234 AnimatorDescriptors.addElement(shapeChildren, styleMap, in updateDescriptors()
238 AnimatorDescriptors.addElement(shapeChildren, styleMap, in updateDescriptors()
242 AnimatorDescriptors.addElement(shapeChildren, styleMap, in updateDescriptors()
246 AnimatorDescriptors.addElement(shapeChildren, styleMap, in updateDescriptors()
250 AnimatorDescriptors.addElement(shapeChildren, styleMap, in updateDescriptors()
254 AnimatorDescriptors.addElement(shapeChildren, styleMap, in updateDescriptors()
274 shapeChildren.toArray(new ElementDescriptor[shapeChildren.size()]), in updateDescriptors()