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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewTemplateWizardState.java 86 private CreateAssetSetWizardState mIconState;
159 parameters.put(ATTR_COPY_ICONS, mIconState == null);
166 if (mIconState != null) {
168 mIconState.outputName);
172 ConfigureAssetSetPage.generateIcons(mIconState.project,
173 mIconState, false, null);
187 if (mIconState == null) {
192 mIconState = template.getIconState(project);
197 return mIconState;
TemplateMetadata.java 79 private CreateAssetSetWizardState mIconState;
193 if (mIconState == null && !mNoIcons) {
201 mIconState = new CreateAssetSetWizardState();
202 mIconState.project = project;
210 mIconState.type = type;
220 mIconState.outputName = getAttributeOrNull(icon, ATTR_NAME);
221 if (mIconState.outputName != null) {
225 Parameter.Type.STRING, "_iconname", mIconState.outputName); //$NON-NLS-1$
231 mIconState.background = background;
235 mIconState.foreground = foreground
    [all...]

Completed in 26 milliseconds