HomeSort by relevance Sort by last modified time
    Searched defs:currentConfig (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java 436 FolderConfiguration currentConfig = mConfigComposite.getCurrentConfig();
439 currentConfig.toDisplayString(),
440 currentConfig.getFolderName(ResourceFolderType.LAYOUT,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationComposite.java 767 FolderConfiguration currentConfig = mState.device.getConfigs().get(configName);
768 if (mEditedConfig.isMatchFor(currentConfig)) {
770 if (needBestMatch == false || isCurrentFileBestMatchFor(currentConfig)) {
    [all...]

Completed in 640 milliseconds