Home
last modified time | relevance | path

Searched refs:mAttributeSort (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
DAdtPrefs.java107 private XmlAttributeSortOrder mAttributeSort; field in AdtPrefs
239 mAttributeSort = XmlAttributeSortOrder.LOGICAL; in loadValues()
241 mAttributeSort = XmlAttributeSortOrder.ALPHABETICAL; in loadValues()
243 mAttributeSort = XmlAttributeSortOrder.NO_SORTING; in loadValues()
367 if (mAttributeSort == null) { in getAttributeSort()
370 return mAttributeSort; in getAttributeSort()