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/ |
D | AnimationContentAssist.java | 143 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/ |
D | ValuesContentAssist.java | 124 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/ |
D | LayoutContentAssist.java | 209 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/ |
D | ThemeMenuAction.java | 208 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/ |
D | RefactoringTestBase.java | 207 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/ |
D | UiResourceAttributeNode.java | 274 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/ |
D | Analyzer.java | 595 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/ |
D | BaseViewRule.java | 268 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/ |
D | RenderPreviewManager.java | 976 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/ |
D | changes.txt | 194 - AVDs now sorted by API level.
|