Home
last modified time | relevance | path

Searched refs:mLocationLabel (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DProjectContentsPage.java64 private Label mLocationLabel; field in ProjectContentsPage
123 mLocationLabel = new Label(container, SWT.NONE); in createControl()
124 mLocationLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createControl()
125 mLocationLabel.setText("Location:"); in createControl()
168 mLocationLabel.setEnabled(en); in setUseCustomLocation()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
DProjectNamePage.java83 private Label mLocationLabel; field in ProjectNamePage
152 mLocationLabel = new Label(container, SWT.NONE); in createControl()
153 mLocationLabel.setText("Location:"); in createControl()
307 mLocationLabel.setEnabled(locationEnabled); in updateLocationState()