Home
last modified time | relevance | path

Searched defs:uiParent (Results 1 – 25 of 29) sorted by relevance

12

/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DSeparatorAttributeDescriptor.java42 public UiAttributeNode createUiNode(UiElementNode uiParent) { in createUiNode()
DTextValueDescriptor.java45 public UiAttributeNode createUiNode(UiElementNode uiParent) { in createUiNode()
DEnumAttributeDescriptor.java38 public UiAttributeNode createUiNode(UiElementNode uiParent) { in createUiNode()
DXmlnsAttributeDescriptor.java78 public UiAttributeNode createUiNode(UiElementNode uiParent) { in createUiNode()
DFlagAttributeDescriptor.java74 public UiAttributeNode createUiNode(UiElementNode uiParent) { in createUiNode()
DReferenceAttributeDescriptor.java81 public UiAttributeNode createUiNode(UiElementNode uiParent) { in createUiNode()
DListAttributeDescriptor.java61 public UiAttributeNode createUiNode(UiElementNode uiParent) { in createUiNode()
DAttributeDescriptor.java103 public abstract UiAttributeNode createUiNode(UiElementNode uiParent); in createUiNode()
DTextAttributeDescriptor.java87 public UiAttributeNode createUiNode(UiElementNode uiParent) { in createUiNode()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/resources/descriptors/
DColorValueDescriptor.java38 public UiAttributeNode createUiNode(UiElementNode uiParent) { in createUiNode()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiListAttributeNode.java54 UiElementNode uiParent) { in UiListAttributeNode()
133 UiElementNode uiParent = getUiParent(); in getPossibleValues() local
DUiTextValueNode.java31 public UiTextValueNode(TextValueDescriptor attributeDescriptor, UiElementNode uiParent) { in UiTextValueNode()
DUiSeparatorAttributeNode.java42 UiElementNode uiParent) { in UiSeparatorAttributeNode()
DUiAbstractTextAttributeNode.java44 UiElementNode uiParent) { in UiAbstractTextAttributeNode()
DUiAttributeNode.java43 public UiAttributeNode(AttributeDescriptor attributeDescriptor, UiElementNode uiParent) { in UiAttributeNode()
DUiTextAttributeNode.java52 public UiTextAttributeNode(AttributeDescriptor attributeDescriptor, UiElementNode uiParent) { in UiTextAttributeNode()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
DManifestPkgAttrDescriptor.java38 public UiAttributeNode createUiNode(UiElementNode uiParent) { in createUiNode()
DApplicationAttributeDescriptor.java40 public UiAttributeNode createUiNode(UiElementNode uiParent) { in createUiNode()
DPackageAttributeDescriptor.java38 public UiAttributeNode createUiNode(UiElementNode uiParent) { in createUiNode()
DThemeAttributeDescriptor.java39 public UiAttributeNode createUiNode(UiElementNode uiParent) { in createUiNode()
DClassAttributeDescriptor.java97 public UiAttributeNode createUiNode(UiElementNode uiParent) { in createUiNode()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/resources/uimodel/
DUiColorValueNode.java44 public UiColorValueNode(TextValueDescriptor attributeDescriptor, UiElementNode uiParent) { in UiColorValueNode()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
DUiActions.java115 public UiElementNode addElement(UiElementNode uiParent, in addElement()
360 private UiElementNode addNewTreeElement(UiElementNode uiParent, in addNewTreeElement()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
DElementCreateCommand.java71 UiElementNode uiParent = mParentPart.getUiNode(); in execute() local
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
DUiManifestPkgAttrNode.java80 public UiManifestPkgAttrNode(AttributeDescriptor attributeDescriptor, UiElementNode uiParent) { in UiManifestPkgAttrNode()

12