HomeSort by relevance Sort by last modified time
    Searched full:attr_desc_list (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 109 AttributeDescriptor[] attr_desc_list = uiElementNode.getAttributeDescriptors(); local
118 int n = attr_desc_list.length;
121 AttributeDescriptor attr_desc = attr_desc_list[i / 2 + (i & 1) * n2];
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
UiElementPart.java 212 AttributeDescriptor[] attr_desc_list = uiNode.getAttributeDescriptors(); local
213 for (AttributeDescriptor attr_desc : attr_desc_list) {
231 return attr_desc_list.length;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiElementDetail.java 235 AttributeDescriptor[] attr_desc_list = ui_node.getAttributeDescriptors(); local
241 for (AttributeDescriptor attr_desc : attr_desc_list) {
291 for (AttributeDescriptor attr_desc : attr_desc_list) {

Completed in 1174 milliseconds