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$
49 case LOGICAL:
EditorsPage.java 20 import static com.android.ide.eclipse.adt.internal.preferences.AttributeSortOrder.LOGICAL;
114 { "&Logical (id, style, layout attributes, remaining attributes alphabetically)",
115 LOGICAL.key },
AdtPrefs.java 220 mAttributeSort = AttributeSortOrder.LOGICAL;
325 return AttributeSortOrder.LOGICAL;
450 //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 49 public AttributeSortOrder sortAttributes = AttributeSortOrder.LOGICAL;

Completed in 60 milliseconds