HomeSort by relevance Sort by last modified time
    Searched refs:mConfigChooser (Results 1 - 12 of 12) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
LocaleMenuListener.java 46 private final ConfigurationChooser mConfigChooser;
54 mConfigChooser = configChooser;
63 mConfigChooser.selectLocale(mLocale);
64 mConfigChooser.onLocaleChange();
68 IProject project = mConfigChooser.getProject();
69 Shell shell = mConfigChooser.getShell();
TargetMenuListener.java 42 private final ConfigurationChooser mConfigChooser;
50 mConfigChooser = configChooser;
64 target = ConfigurationMatcher.findDefaultRenderTarget(mConfigChooser);
73 mConfigChooser.selectTarget(target);
74 mConfigChooser.onRenderingTargetChange();
OrientationMenuAction.java 48 private final ConfigurationChooser mConfigChooser;
55 mConfigChooser = configuration;
99 NightMode selected = mConfigChooser.getConfiguration().getNightMode();
109 UiMode selected = mConfigChooser.getConfiguration().getUiMode();
134 Configuration configuration = mConfigChooser.getConfiguration();
136 mConfigChooser.notifyFolderConfigChanged();
153 Configuration configuration = mConfigChooser.getConfiguration();
ActivityMenuListener.java 51 private final ConfigurationChooser mConfigChooser;
59 mConfigChooser = configChooser;
68 Configuration configuration = mConfigChooser.getConfiguration();
70 AdtPlugin.openJavaClass(mConfigChooser.getProject(), fqcn);
74 mConfigChooser.selectActivity(mFqcn);
75 mConfigChooser.onSelectActivity();
VaryingConfiguration.java 100 new VaryingConfiguration(other.mConfigChooser, parent);
169 List<Locale> locales = mConfigChooser.getLocaleList();
193 List<IAndroidTarget> targets = mConfigChooser.getTargetList();
200 ManifestInfo info = ManifestInfo.get(mConfigChooser.getProject());
236 List<Device> devices = mConfigChooser.getDeviceList();
DeviceMenuListener.java 54 private final ConfigurationChooser mConfigChooser;
60 mConfigChooser = configChooser;
66 mConfigChooser.selectDevice(mDevice);
67 mConfigChooser.onDeviceChange();
ThemeMenuAction.java 76 private final ConfigurationChooser mConfigChooser;
85 mConfigChooser = configuration;
181 IProject project = mConfigChooser.getEditedFile().getProject();
183 Configuration configuration = mConfigChooser.getConfiguration();
282 String current = mConfigChooser.getConfiguration().getTheme();
289 return theme.equals(mConfigChooser.getConfiguration().getTheme());
294 SelectThemeAction action = new SelectThemeAction(mConfigChooser, title, theme, selected);
ConfigurationMatcher.java 71 private final ConfigurationChooser mConfigChooser;
88 mConfigChooser = chooser;
188 List<Locale> localeList = mConfigChooser.getLocaleList();
225 mConfigChooser.selectDeviceState(matchState);
226 mConfigChooser.selectLocale(locale);
250 List<Locale> localeList = mConfigChooser.getLocaleList();
251 List<Device> deviceList = mConfigChooser.getDeviceList();
360 mConfigChooser.selectDevice(mConfiguration.getDevice());
361 mConfigChooser.selectDeviceState(mConfiguration.getDeviceState());
362 mConfigChooser.selectLocale(mConfiguration.getLocale())
    [all...]
Configuration.java 115 protected ConfigurationChooser mConfigChooser;
169 mConfigChooser = chooser;
183 mConfigChooser = chooser;
193 return mConfigChooser;
242 Configuration copy = create(original.mConfigChooser);
605 if (target == null && mConfigChooser != null) {
606 target = mConfigChooser.getProjectTarget();
680 IProject project = mConfigChooser.getProject();
730 ResourceRepository frameworkRes = mConfigChooser.getClient().getFrameworkResources();
750 for (Device d : mConfigChooser.getDeviceList())
    [all...]
ConfigurationMenuListener.java 71 private final ConfigurationChooser mConfigChooser;
81 mConfigChooser = configChooser;
99 ConfigurationClient client = mConfigChooser.getClient();
109 IFile editedFile = mConfigChooser.getEditedFile();
NestedConfiguration.java 93 new NestedConfiguration(other.mConfigChooser, parent);
464 return ConfigurationChooser.getLocaleLabel(configuration.mConfigChooser,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java 254 private ConfigurationChooser mConfigChooser;
419 mConfigChooser = new ConfigurationChooser(this, layoutBarAndCanvas, initialState);
420 mConfigChooser.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
527 Display display = mConfigChooser.getDisplay();
532 if (!mConfigChooser.isDisposed()) {
656 IAndroidTarget oldTarget = mConfigChooser.getConfiguration().getTarget();
687 best = ConfigurationMatcher.getBestFileMatch(mConfigChooser);
702 data = mConfigChooser.getConfiguration().toPersistentString();
721 mConfigChooser.saveConstraints();
728 Configuration configuration = mConfigChooser.getConfiguration()
    [all...]

Completed in 257 milliseconds