HomeSort by relevance Sort by last modified time
    Searched refs:attr_desc (Results 1 - 3 of 3) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
ApplicationAttributesPart.java 121 AttributeDescriptor attr_desc = attr_desc_list[i / 2 + (i & 1) * n2]; local
122 if (attr_desc instanceof XmlnsAttributeDescriptor) {
127 UiAttributeNode ui_attr = uiElementNode.findUiAttribute(attr_desc);
135 attr_desc.getXmlLocalName(),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
UiElementPart.java 213 for (AttributeDescriptor attr_desc : attr_desc_list) {
214 if (attr_desc instanceof XmlnsAttributeDescriptor) {
219 UiAttributeNode ui_attr = uiNode.findUiAttribute(attr_desc);
227 attr_desc.getXmlLocalName(),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiElementDetail.java 252 for (AttributeDescriptor attr_desc : attr_desc_list) {
253 if (attr_desc instanceof SeparatorAttributeDescriptor) {
302 for (AttributeDescriptor attr_desc : attr_desc_list) {
303 if (attr_desc instanceof XmlnsAttributeDescriptor) {
306 } else if (table == null || attr_desc instanceof SeparatorAttributeDescriptor) {
308 if (attr_desc instanceof SeparatorAttributeDescriptor) {
310 title = attr_desc.getXmlLocalName();
316 if (attr_desc instanceof SeparatorAttributeDescriptor) {
321 UiAttributeNode ui_attr = ui_node.findUiAttribute(attr_desc);
335 attr_desc.getXmlLocalName()
    [all...]

Completed in 391 milliseconds