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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
AttributeSortOrder.java 30 NO_SORTING("none"), //$NON-NLS-1$
44 case NO_SORTING:
EditorsPage.java 21 import static com.android.ide.eclipse.adt.internal.preferences.AttributeSortOrder.NO_SORTING;
116 { "&None", NO_SORTING.key },
AdtPrefs.java 216 } else if (AttributeSortOrder.NO_SORTING.key.equals(order)) {
217 mAttributeSort = AttributeSortOrder.NO_SORTING;
304 * be {@link AttributeSortOrder#NO_SORTING}).

Completed in 84 milliseconds