Home
last modified time | relevance | path

Searched refs:ConfigMatch (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/configuration/
DConfigurationMatcher.java116 private static class ConfigMatch { class in ConfigurationMatcher
122 public ConfigMatch(@NonNull FolderConfiguration testConfig, @NonNull Device device, in ConfigMatch() method in ConfigurationMatcher.ConfigMatch
256 List<ConfigMatch> anyMatches = new ArrayList<ConfigMatch>(); in findAndSetCompatibleConfig()
260 List<ConfigMatch> bestMatches = new ArrayList<ConfigMatch>(); in findAndSetCompatibleConfig()
321 anyMatches.add(new ConfigMatch(testConfig, device, state, bundle)); in findAndSetCompatibleConfig()
325 bestMatches.add(new ConfigMatch(testConfig, device, state, bundle)); in findAndSetCompatibleConfig()
350 ConfigMatch match = selectConfigMatch(anyMatches); in findAndSetCompatibleConfig()
383 ConfigMatch match = selectConfigMatch(bestMatches); in findAndSetCompatibleConfig()
480 private ConfigMatch selectConfigMatch(List<ConfigMatch> matches) { in selectConfigMatch()
482 Comparator<ConfigMatch> comparator = null; in selectConfigMatch()
[all …]