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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
AttributeSortOrder.java 32 LOGICAL("logical"); //$NON-NLS-1$
46 case LOGICAL:
EditorsPage.java 20 import static com.android.ide.eclipse.adt.internal.preferences.AttributeSortOrder.LOGICAL;
113 { "&Logical (id, style, layout attributes, remaining attributes alphabetically)",
114 LOGICAL.key },
AdtPrefs.java 213 mAttributeSort = AttributeSortOrder.LOGICAL;
310 return AttributeSortOrder.LOGICAL;
412 //store.setDefault(PREFS_ATTRIBUTE_SORT, AttributeSortOrder.LOGICAL.key);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
XmlFormatPreferences.java 48 public AttributeSortOrder sortAttributes = AttributeSortOrder.LOGICAL;

Completed in 69 milliseconds