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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ProjectNamePage.java 205 mUseDefaultCheckBox.setSelection(mValues.useDefaultLocation);
225 if (!mValues.useDefaultLocation && !mValues.projectLocationModifiedByUser) {
230 if (!mValues.useDefaultLocation) {
295 mValues.useDefaultLocation = false;
296 mUseDefaultCheckBox.setSelection(mValues.useDefaultLocation);
304 mValues.useDefaultLocation = true;
316 mValues.useDefaultLocation = mUseDefaultCheckBox.getSelection();
333 boolean useDefault = mValues.useDefaultLocation && !isCreateFromSample;
409 boolean useDefault = mValues.useDefaultLocation;
512 if (!mValues.useDefaultLocation) {
    [all...]
NewProjectWizardState.java 60 public boolean useDefaultLocation = true;
SampleSelectionPage.java 206 if (mValues.useDefaultLocation) {
NewProjectCreator.java 327 if ((!mValues.useDefaultLocation || mValues.useExisting)
332 if (mValues.mode == Mode.ANY && !mValues.useExisting && !mValues.useDefaultLocation &&
403 if ((!mValues.useDefaultLocation || mValues.useExisting)
408 if (!mValues.useExisting && !mValues.useDefaultLocation &&
    [all...]
ApplicationInfoPage.java 515 if (!mValues.useDefaultLocation) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
SampleProjectTest.java 116 state.useDefaultLocation = false;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
AdtProjectTest.java 242 state.useDefaultLocation = true;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 130 milliseconds