Home
last modified time | relevance | path

Searched refs:getBestFileMatch (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DConfigurationMatcher.java672 public static IFile getBestFileMatch(ConfigurationChooser chooser) { in getBestFileMatch() method in ConfigurationMatcher
DConfigurationChooser.java854 IFile best = ConfigurationMatcher.getBestFileMatch(this); in onAlternateLayoutCreated()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DGraphicalEditorPart.java687 best = ConfigurationMatcher.getBestFileMatch(mConfigChooser); in changed()