Home
last modified time | relevance | path

Searched refs:anyMatches (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.java256 List<ConfigMatch> anyMatches = new ArrayList<ConfigMatch>(); in findAndSetCompatibleConfig() local
321 anyMatches.add(new ConfigMatch(testConfig, device, state, bundle)); in findAndSetCompatibleConfig()
348 } else if (anyMatches.size() > 0) { in findAndSetCompatibleConfig()
350 ConfigMatch match = selectConfigMatch(anyMatches); in findAndSetCompatibleConfig()