Searched refs:useDefaultLocation (Results 1 – 12 of 12) sorted by relevance
135 setUseCustomLocation(!mValues.useDefaultLocation); in createControl()151 mUseDefaultLocationToggle.setSelection(mValues.useDefaultLocation); in setVisible()162 mValues.useDefaultLocation = !en; in setUseCustomLocation()229 boolean useDefaultLocation = mUseDefaultLocationToggle.getSelection(); in updateProjectLocation()231 if (useDefaultLocation) { in updateProjectLocation()318 if (values.useDefaultLocation) { in validateLocationInWorkspace()336 if (mValues.useDefaultLocation) { in validateProjectLocation()
106 public boolean useDefaultLocation = true; field in NewProjectWizardState
517 if (mValues.useDefaultLocation) { in updateProjectLocation()
192 mUseDefaultCheckBox.setSelection(mValues.useDefaultLocation); in setVisible()212 if (!mValues.useDefaultLocation && !mValues.projectLocationModifiedByUser) { in modifyText()217 if (!mValues.useDefaultLocation) { in modifyText()274 mValues.useDefaultLocation = true; in widgetSelected()286 mValues.useDefaultLocation = mUseDefaultCheckBox.getSelection(); in widgetSelected()303 boolean useDefault = mValues.useDefaultLocation && !isCreateFromSample; in updateLocationState()379 boolean useDefault = mValues.useDefaultLocation; in updateLocationPathField()482 if (!mValues.useDefaultLocation) { in validateLocation()
61 public boolean useDefaultLocation = true; field in NewProjectWizardState
211 if (mValues.useDefaultLocation) { in updatedProjectName()
446 if ((!mValues.useDefaultLocation || mValues.useExisting) in collectMainPageInfo()451 if (mValues.mode == Mode.ANY && !mValues.useExisting && !mValues.useDefaultLocation && in collectMainPageInfo()521 if ((!mValues.useDefaultLocation || mValues.useExisting) in collectTestPageInfo()526 if (!mValues.useExisting && !mValues.useDefaultLocation && in collectTestPageInfo()
515 if (!mValues.useDefaultLocation) { in validateTestProjectLocation()
116 state.useDefaultLocation = false; in doTestSampleProject()
280 state.useDefaultLocation = true; in createJavaProject()
307 values.useDefaultLocation = true; in checkTemplate()418 values.useDefaultLocation = true; in checkProjectWithActivity()
293 state.useDefaultLocation = true; in createProject()