Searched refs:mIconState (Results 1 – 2 of 2) sorted by relevance
86 private CreateAssetSetWizardState mIconState; field in NewTemplateWizardState159 parameters.put(ATTR_COPY_ICONS, mIconState == null); in computeChanges()168 if (mIconState != null) { in computeChanges()170 mIconState.outputName); in computeChanges()174 ConfigureAssetSetPage.generateIcons(mIconState.project, in computeChanges()175 mIconState, false, null); in computeChanges()189 if (mIconState == null) { in getIconState()194 mIconState = template.getIconState(project); in getIconState()199 return mIconState; in getIconState()
81 private CreateAssetSetWizardState mIconState; field in TemplateMetadata228 if (mIconState == null && !mNoIcons) { in getIconState()236 mIconState = new CreateAssetSetWizardState(); in getIconState()237 mIconState.project = project; in getIconState()245 mIconState.type = type; in getIconState()255 mIconState.outputName = getAttributeOrNull(icon, ATTR_NAME); in getIconState()256 if (mIconState.outputName != null) { in getIconState()260 Parameter.Type.STRING, "_iconname", mIconState.outputName); //$NON-NLS-1$ in getIconState()266 mIconState.background = background; in getIconState()270 mIconState.foreground = foreground; in getIconState()[all …]