Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
DAnimationContentAssist.java143 List<AttributeDescriptor> sorted = in computeAttributeValues() local
145 sorted.addAll(matches.values()); in computeAttributeValues()
146 Collections.sort(sorted); in computeAttributeValues()
151 new ArrayList<Pair<String, String>>(sorted.size()); in computeAttributeValues()
152 for (AttributeDescriptor d : sorted) { in computeAttributeValues()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/
DValuesContentAssist.java124 List<AttributeDescriptor> sorted = in computeAttributeValues() local
126 sorted.addAll(matches.values()); in computeAttributeValues()
127 Collections.sort(sorted); in computeAttributeValues()
129 addMatchingProposals(proposals, sorted.toArray(), offset, node, wordPrefix, in computeAttributeValues()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DLayoutContentAssist.java209 List<IType> sorted = new ArrayList<IType>(elements); in computeAttributeValues() local
210 Collections.sort(sorted, new Comparator<IType>() { in computeAttributeValues()
223 addMatchingProposals(proposals, sorted.toArray(), offset, node, wordPrefix, in computeAttributeValues()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DThemeMenuAction.java208 List<String> sorted = new ArrayList<String>(allThemes); in addMenuItems() local
209 Collections.sort(sorted); in addMenuItems()
211 for (String theme : sorted) { in addMenuItems()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/
DRefactoringTestBase.java207 List<Change> sorted = Arrays.asList(children); in describe() local
209 Collections.sort(sorted, new Comparator<Change>() { in describe()
239 for (Change child : sorted) { in describe()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiResourceAttributeNode.java274 String[] sorted = matches.toArray(new String[matches.size()]); in computeResourceStringMatches() local
275 Arrays.sort(sorted); in computeResourceStringMatches()
276 return sorted; in computeResourceStringMatches()
/sdk/attribute_stats/src/
DAnalyzer.java595 List<String> sorted = new ArrayList<String>(keys); in listAdvanced() local
596 Collections.sort(sorted); in listAdvanced()
599 for (String attribute : sorted) { in listAdvanced()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DBaseViewRule.java268 List<String> sorted = new ArrayList<String>(newValues); in addContextMenuActions()
269 Collections.sort(sorted); in addContextMenuActions()
270 values = join('|', sorted); in addContextMenuActions()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DRenderPreviewManager.java976 List<Device> sorted = new ArrayList<Device>(devices); in addScreenSizePreviews() local
981 for (int i = 0, n = sorted.size(); i < n; i++) { in addScreenSizePreviews()
982 Device device = sorted.get(i); in addScreenSizePreviews()
/sdk/
Dchanges.txt194 - AVDs now sorted by API level.