HomeSort by relevance Sort by last modified time
    Searched refs:mLocationLabel (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/
ProjectContentsPage.java 64 private Label mLocationLabel;
123 mLocationLabel = new Label(container, SWT.NONE);
124 mLocationLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
125 mLocationLabel.setText("Location:");
168 mLocationLabel.setEnabled(en);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ProjectNamePage.java 83 private Label mLocationLabel;
152 mLocationLabel = new Label(container, SWT.NONE);
153 mLocationLabel.setText("Location:");
307 mLocationLabel.setEnabled(locationEnabled);

Completed in 1260 milliseconds