OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:chooserconfig
(Results
1 - 1
of
1
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewList.java
150
Configuration
chooserConfig
= chooser.getConfiguration();
156
description.locale != null ? description.locale :
chooserConfig
.getLocale(),
161
description.target != null ? description.target :
chooserConfig
.getTarget(),
164
description.theme != null ? description.theme :
chooserConfig
.getTheme());
166
description.device != null ? description.device :
chooserConfig
.getDevice(),
169
description.state != null ? description.state :
chooserConfig
.getDeviceState(),
173
:
chooserConfig
.getNightMode(), true);
175
description.uiMode != null ? description.uiMode :
chooserConfig
.getUiMode(), true);
Completed in 36 milliseconds