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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewProjectWizardState.java 106 public boolean useDefaultLocation = true;
ProjectContentsPage.java 135 setUseCustomLocation(!mValues.useDefaultLocation);
151 mUseDefaultLocationToggle.setSelection(mValues.useDefaultLocation);
162 mValues.useDefaultLocation = !en;
229 boolean useDefaultLocation = mUseDefaultLocationToggle.getSelection();
231 if (useDefaultLocation) {
318 if (values.useDefaultLocation) {
336 if (mValues.useDefaultLocation) {
NewProjectPage.java 517 if (mValues.useDefaultLocation) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ProjectNamePage.java 192 mUseDefaultCheckBox.setSelection(mValues.useDefaultLocation);
212 if (!mValues.useDefaultLocation && !mValues.projectLocationModifiedByUser) {
217 if (!mValues.useDefaultLocation) {
274 mValues.useDefaultLocation = true;
286 mValues.useDefaultLocation = mUseDefaultCheckBox.getSelection();
303 boolean useDefault = mValues.useDefaultLocation && !isCreateFromSample;
379 boolean useDefault = mValues.useDefaultLocation;
482 if (!mValues.useDefaultLocation) {
NewProjectWizardState.java 61 public boolean useDefaultLocation = true;
SampleSelectionPage.java 211 if (mValues.useDefaultLocation) {
NewProjectCreator.java 382 //if ((!mValues.useDefaultLocation || mValues.useExisting)
446 if ((!mValues.useDefaultLocation || mValues.useExisting)
451 if (mValues.mode == Mode.ANY && !mValues.useExisting && !mValues.useDefaultLocation &&
521 if ((!mValues.useDefaultLocation || mValues.useExisting)
526 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/wizards/exportgradle/
ExportGradleTest.java 280 state.useDefaultLocation = true;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandlerTest.java 307 values.useDefaultLocation = true;
418 values.useDefaultLocation = true;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
AdtProjectTest.java 293 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 821 milliseconds