Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
DManifestElementDescriptor.java50 Mandatory mandatory) { in ManifestElementDescriptor() argument
51 super(xml_name, ui_name, tooltip, sdk_url, attributes, children, mandatory); in ManifestElementDescriptor()
71 boolean mandatory) { in ManifestElementDescriptor() argument
72 super(xml_name, ui_name, tooltip, sdk_url, attributes, children, mandatory); in ManifestElementDescriptor()
DClassAttributeDescriptor.java57 boolean mandatory) { in ClassAttributeDescriptor() argument
61 if (mandatory) { in ClassAttributeDescriptor()
86 boolean mandatory, in ClassAttributeDescriptor() argument
92 if (mandatory) { in ClassAttributeDescriptor()
DAndroidManifestDescriptors.java283 final boolean mandatory) { in overrideClassName() argument
303 mandatory, in overrideClassName()
312 mandatory, in overrideClassName()
321 mandatory, in overrideClassName()
329 mandatory); in overrideClassName()
344 Mandatory mandatory) { in createElement() argument
351 null, childrenElements, mandatory); in createElement()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/descriptors/
DItemElementDescriptor.java47 ElementDescriptor[] children, boolean mandatory) { in ItemElementDescriptor() argument
48 super(xml_name, ui_name, tooltip, sdk_url, attributes, children, mandatory); in ItemElementDescriptor()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DElementDescriptor.java85 Mandatory mandatory) { in ElementDescriptor() argument
86 mMandatory = mandatory; in ElementDescriptor()
113 boolean mandatory) { in ElementDescriptor() argument
114 mMandatory = mandatory ? Mandatory.MANDATORY : Mandatory.NOT_MANDATORY; in ElementDescriptor()
135 public ElementDescriptor(String xml_name, ElementDescriptor[] children, Mandatory mandatory) { in ElementDescriptor() argument
136 this(xml_name, prettyName(xml_name), null, null, null, children, mandatory); in ElementDescriptor()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletionvalues1-expected-completion31.txt2 name : The mandatory name used in referring to this item.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
DViewElementDescriptor.java97 ElementDescriptor[] children, boolean mandatory) { in ViewElementDescriptor() argument
98 super(xml_name, ui_name, tooltip, sdk_url, attributes, children, mandatory); in ViewElementDescriptor()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/descriptors/
DMenuDescriptors.java141 ElementDescriptor[] childrenElements, boolean mandatory) { in createElement() argument
144 null, childrenElements, mandatory); in createElement()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
DAnimatorDescriptors.java143 boolean mandatory) { in addElement() argument
149 null, childrenElements, mandatory); in addElement()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/descriptors/
DOtherXmlDescriptors.java231 ElementDescriptor[] childrenElements, boolean mandatory) {
234 null, childrenElements, mandatory);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
DUiClassAttributeNode.java228 boolean mandatory, AttributeDescriptor attributeDescriptor, UiElementNode uiParent,
234 mMandatory = mandatory;