Home
last modified time | relevance | path

Searched refs:isCurrentFileBestMatchFor (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.java146 public boolean isCurrentFileBestMatchFor(FolderConfiguration config) { in isCurrentFileBestMatchFor() method in ConfigurationMatcher
181 if (!needBestMatch || isCurrentFileBestMatchFor(currentConfig)) { in adaptConfigSelection()
211 isCurrentFileBestMatchFor(testConfig)) { in adaptConfigSelection()
323 if (isCurrentFileBestMatchFor(testConfig)) { in findAndSetCompatibleConfig()