Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DPropertyFactory.java268 Map<String, ComplexProperty> categoryToProperty = new HashMap<String, ComplexProperty>(); in sortByOrigin() local
335 ComplexProperty complex = categoryToProperty.get(category); in sortByOrigin()
341 categoryToProperty.put(category, complex); in sortByOrigin()
366 ComplexProperty complex = categoryToProperty.get(category); in sortByOrigin()
448 Map<String, ComplexProperty> categoryToProperty = new HashMap<String, ComplexProperty>(); in sortNatural() local
486 ComplexProperty complex = categoryToProperty.get(category); in sortNatural()
492 categoryToProperty.put(category, complex); in sortNatural()
620 ComplexProperty complex = categoryToProperty.get(category); in sortNatural()