Home
last modified time | relevance | path

Searched refs:bestMatches (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.java260 List<ConfigMatch> bestMatches = new ArrayList<ConfigMatch>(); in findAndSetCompatibleConfig() local
325 bestMatches.add(new ConfigMatch(testConfig, device, state, bundle)); in findAndSetCompatibleConfig()
332 if (bestMatches.size() == 0) { in findAndSetCompatibleConfig()
383 ConfigMatch match = selectConfigMatch(bestMatches); in findAndSetCompatibleConfig()