Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/descriptors/
DMenuDescriptors.java140 AttributeDescriptor extraAttribute, in createElement() argument
148 extraAttribute); in createElement()
158 AttributeDescriptor extraAttribute) { in updateElement() argument
172 if (extraAttribute != null) { in updateElement()
173 descs.add(extraAttribute); in updateElement()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/descriptors/
DOtherXmlDescriptors.java230 AttributeDescriptor extraAttribute,
236 return updateElement(element, styleMap, styleName, extraAttribute);
246 AttributeDescriptor extraAttribute) {
260 if (extraAttribute != null) {
261 descs.add(extraAttribute);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
DAnimatorDescriptors.java141 AttributeDescriptor extraAttribute, in addElement() argument
173 if (extraAttribute != null) { in addElement()
174 descs.add(extraAttribute); in addElement()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
DAndroidClasspathContainerInitializer.java778 IClasspathAttribute extraAttribute = extraAttributtes[j];
779 String value = extraAttribute.getValue();
782 .equals(extraAttribute.getName())) {
786 .equals(extraAttribute.getName())) {