OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
101
new VaryingConfiguration(other.
mConfigChooser
, parent);
170
List<Locale> locales =
mConfigChooser
.getLocaleList();
194
List<IAndroidTarget> targets =
mConfigChooser
.getTargetList();
201
ManifestInfo info = ManifestInfo.get(
mConfigChooser
.getProject());
237
Collection<Device> devices =
mConfigChooser
.getDevices();
DeviceMenuListener.java
55
private final ConfigurationChooser
mConfigChooser
;
61
mConfigChooser
= configChooser;
67
mConfigChooser
.selectDevice(mDevice);
68
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
Collection<Device> devices =
mConfigChooser
.getDevices();
359
mConfigChooser
.selectDevice(mConfiguration.getDevice());
360
mConfigChooser
.selectDeviceState(mConfiguration.getDeviceState());
361
mConfigChooser
.selectLocale(mConfiguration.getLocale())
[
all
...]
Configuration.java
114
protected ConfigurationChooser
mConfigChooser
;
168
mConfigChooser
= chooser;
182
mConfigChooser
= chooser;
192
return
mConfigChooser
;
241
Configuration copy = create(original.
mConfigChooser
);
603
if (target == null &&
mConfigChooser
!= null) {
604
target =
mConfigChooser
.getProjectTarget();
680
IProject project =
mConfigChooser
.getProject();
730
ResourceRepository frameworkRes =
mConfigChooser
.getClient().getFrameworkResources();
750
for (Device d :
mConfigChooser
.getDevices())
[
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 151 milliseconds