Home
last modified time | relevance | path

Searched refs:categoryToProperties (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.java269 Multimap<String, Property> categoryToProperties = ArrayListMultimap.create(); in sortByOrigin() local
355 categoryToProperties.put(category, property); in sortByOrigin()
363 for (String category : categoryToProperties.keySet()) { in sortByOrigin()
364 Collection<Property> subProperties = categoryToProperties.get(category); in sortByOrigin()
449 Multimap<String, Property> categoryToProperties = ArrayListMultimap.create(); in sortNatural() local
495 categoryToProperties.put(category, property); in sortNatural()
617 for (String category : categoryToProperties.keySet()) { in sortNatural()
618 Collection<Property> subProperties = categoryToProperties.get(category); in sortNatural()