OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConfigurationMatcher
(Results
1 - 5
of
5
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
TargetMenuListener.java
64
target =
ConfigurationMatcher
.findDefaultRenderTarget(mConfigChooser);
ConfigurationChooser.java
532
ConfigurationMatcher
matcher = new
ConfigurationMatcher
(this);
780
ConfigurationMatcher
matcher = new
ConfigurationMatcher
(this);
796
IAndroidTarget target =
ConfigurationMatcher
.findDefaultRenderTarget(this);
[
all
...]
Configuration.java
220
ConfigurationMatcher
matcher = new
ConfigurationMatcher
(chooser, configuration, file,
402
* {@link
ConfigurationMatcher
} to produce a full configuration.
414
* {@link
ConfigurationMatcher
} to produce a full configuration.
868
target =
ConfigurationMatcher
.findDefaultRenderTarget(chooser);
891
target =
ConfigurationMatcher
.findDefaultRenderTarget(chooser);
899
return Pair.of(Locale.ANY,
ConfigurationMatcher
.findDefaultRenderTarget(chooser))
[
all
...]
ConfigurationMatcher.java
68
public class
ConfigurationMatcher
{
77
ConfigurationMatcher
(ConfigurationChooser chooser) {
82
ConfigurationMatcher
(
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java
80
import com.android.ide.eclipse.adt.internal.editors.layout.configuration.
ConfigurationMatcher
;
687
best =
ConfigurationMatcher
.getBestFileMatch(mConfigChooser);
[
all
...]
Completed in 141 milliseconds