Home
last modified time | relevance | path

Searched refs:NONE (Results 1 – 25 of 94) sorted by relevance

1234

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
DConfirmationPage.java78 Composite workArea = new Composite(parent, SWT.NONE); in createControl()
85 Label title = new Label(workArea, SWT.NONE); in createControl()
88 Group group = new Group(workArea, SWT.NONE); in createControl()
91 group.setLayoutData(new GridData(SWT.FILL, SWT.NONE, true, false)); in createControl()
93 mProjectRootLabel = new Label(group, SWT.NONE); in createControl()
94 mProjectRootLabel.setLayoutData(new GridData(SWT.FILL, SWT.NONE, true, false)); in createControl()
96 mProjectRootWarning = new Label(group, SWT.NONE); in createControl()
97 mProjectRootWarning.setLayoutData(new GridData(SWT.FILL, SWT.NONE, true, false)); in createControl()
99 Group group2 = new Group(workArea, SWT.NONE); in createControl()
192 mModuleDescription1 = new Label(group2, SWT.NONE); in createControl()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
DMarginChooser.java86 Composite container = new Composite(parent, SWT.NONE); in createDialogArea()
91 Label allLabel = new Label(container, SWT.NONE); in createDialogArea()
99 Button allButton = new Button(container, SWT.NONE); in createDialogArea()
106 Label leftLabel = new Label(container, SWT.NONE); in createDialogArea()
114 Button leftButton = new Button(container, SWT.NONE); in createDialogArea()
118 Label rightLabel = new Label(container, SWT.NONE); in createDialogArea()
126 Button rightButton = new Button(container, SWT.NONE); in createDialogArea()
130 Label topLabel = new Label(container, SWT.NONE); in createDialogArea()
138 Button topButton = new Button(container, SWT.NONE); in createDialogArea()
142 Label bottomLabel = new Label(container, SWT.NONE); in createDialogArea()
[all …]
DResourcePreviewHelper.java102 Composite panel = new Composite(parent, SWT.NONE); in updatePreview()
104 Label dummy1 = new Label(panel, SWT.NONE); in updatePreview()
106 mPreviewImageControl = new ImageControl(panel, SWT.NONE, SwtUtils in updatePreview()
112 Label dummy2 = new Label(panel, SWT.NONE); in updatePreview()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
DProjectCheckPage.java79 mTopComposite = new Composite(parent, SWT.NONE); in createControl()
84 Composite projectComposite = new Composite(mTopComposite, SWT.NONE); in createControl()
89 Label label = new Label(projectComposite, SWT.NONE); in createControl()
94 new Label(projectComposite, SWT.NONE).setText("Project:"); in createControl()
148 mErrorComposite = new Composite(mTopComposite, SWT.NONE); in buildErrorUi()
198 Label label = new Label(mErrorComposite, SWT.NONE); in buildErrorUi()
218 new Label(parent, SWT.NONE).setImage(mError); in addError()
219 Label label = new Label(parent, SWT.NONE); in addError()
238 new Label(parent, SWT.NONE).setImage(mWarning); in addWarning()
239 Label label = new Label(parent, SWT.NONE); in addWarning()
DKeyCreationPage.java75 new Label(composite, SWT.NONE).setText("Alias:"); in createControl()
79 new Label(composite, SWT.NONE).setText("Password:"); in createControl()
84 new Label(composite, SWT.NONE).setText("Confirm:"); in createControl()
89 new Label(composite, SWT.NONE).setText("Validity (years):"); in createControl()
110 new Label(composite, SWT.NONE).setText("First and Last Name:"); in createControl()
114 new Label(composite, SWT.NONE).setText("Organizational Unit:"); in createControl()
118 new Label(composite, SWT.NONE).setText("Organization:"); in createControl()
122 new Label(composite, SWT.NONE).setText("City or Locality:"); in createControl()
126 new Label(composite, SWT.NONE).setText("State or Province:"); in createControl()
130 new Label(composite, SWT.NONE).setText("Country Code (XX):"); in createControl()
DKeystoreSelectionPage.java82 new Label(composite, SWT.NONE).setText("Location:"); in createControl()
106 new Label(composite, SWT.NONE).setText("Password:"); in createControl()
110 new Composite(composite, SWT.NONE).setLayoutData(gd = new GridData()); in createControl()
113 mConfirmLabel = new Label(composite, SWT.NONE); in createControl()
118 new Composite(composite, SWT.NONE).setLayoutData(gd = new GridData()); in createControl()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
DVboDetailProvider.java68 mComposite = new Composite(parent, SWT.NONE); in createControl()
74 Label l = new Label(mComposite, SWT.NONE); in createControl()
78 mSizeLabel = new Label(mComposite, SWT.NONE); in createControl()
81 l = new Label(mComposite, SWT.NONE); in createControl()
85 mUsageLabel = new Label(mComposite, SWT.NONE); in createControl()
88 l = new Label(mComposite, SWT.NONE); in createControl()
92 mTypeLabel = new Label(mComposite, SWT.NONE); in createControl()
95 l = new Label(mComposite, SWT.NONE); in createControl()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
DConfigureAssetSetPage.java194 mConfigurationArea = new Composite(configurationScrollArea, SWT.NONE); in createControl()
202 Label foregroundLabel = new Label(mConfigurationArea, SWT.NONE); in createControl()
206 Composite foregroundComposite = new Composite(mConfigurationArea, SWT.NONE); in createControl()
225 new Label(mConfigurationArea, SWT.NONE); in createControl()
227 mForegroundArea = new Composite(mConfigurationArea, SWT.NONE); in createControl()
231 mImageForm = new Composite(mForegroundArea, SWT.NONE); in createControl()
234 Label fileLabel = new Label(mImageForm, SWT.NONE); in createControl()
249 mClipartForm = new Composite(mForegroundArea, SWT.NONE); in createControl()
256 mClipartPreviewPanel = new Composite(mClipartForm, SWT.NONE); in createControl()
264 mTextForm = new Composite(mForegroundArea, SWT.NONE); in createControl()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
DStaticPortEditDialog.java158 Composite main = new Composite(mShell, SWT.NONE); in createUI()
162 Label l0 = new Label(main, SWT.NONE); in createUI()
178 Label l = new Label(main, SWT.NONE); in createUI()
194 Label l2 = new Label(main, SWT.NONE); in createUI()
211 Composite warningComp = new Composite(mShell, SWT.NONE); in createUI()
215 mWarning = new Label(warningComp, SWT.NONE); in createUI()
220 Composite bottomComp = new Composite(mShell, SWT.NONE); in createUI()
225 mOkButton = new Button(bottomComp, SWT.NONE); in createUI()
237 Button cancelButton = new Button(bottomComp, SWT.NONE); in createUI()
DStaticPortConfigDialog.java141 Composite main = new Composite(mShell, SWT.NONE); in createUI()
164 Composite buttons = new Composite(main, SWT.NONE); in createUI()
168 Button newButton = new Button(buttons, SWT.NONE); in createUI()
187 final Button editButton = new Button(buttons, SWT.NONE); in createUI()
211 final Button deleteButton = new Button(buttons, SWT.NONE); in createUI()
223 Composite bottomComp = new Composite(mShell, SWT.NONE); in createUI()
228 Button okButton = new Button(bottomComp, SWT.NONE); in createUI()
238 Button cancelButton = new Button(bottomComp, SWT.NONE); in createUI()
271 TableItem item = new TableItem(mPortTable, SWT.NONE); in addEntry()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
DRenameResourcePage.java71 Label nameLabel = new Label(container, SWT.NONE); in createControl()
77 Label xmlLabel = new Label(container, SWT.NONE); in createControl()
80 mXmlLabel = new Label(container, SWT.NONE); in createControl()
82 Label javaLabel = new Label(container, SWT.NONE); in createControl()
85 mJavaLabel = new Label(container, SWT.NONE); in createControl()
87 new Label(container, SWT.NONE); in createControl()
88 new Label(container, SWT.NONE); in createControl()
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
DNdkDebuggerTab.java68 Composite comp = new Composite(parent, SWT.NONE); in createControl()
72 Group grpGdb = new Group(comp, SWT.NONE); in createControl()
77 Label lblDebugger = new Label(grpGdb, SWT.NONE); in createControl()
84 final Button btnBrowseGdb = new Button(grpGdb, SWT.NONE); in createControl()
87 Label lblNewLabel = new Label(grpGdb, SWT.NONE); in createControl()
94 final Button btnBrowseGdbInit = new Button(grpGdb, SWT.NONE); in createControl()
113 Label lblPort = new Label(grpGdb, SWT.NONE); in createControl()
133 Group grpSharedLibraries = new Group(comp, SWT.NONE); in createControl()
149 Composite composite = new Composite(grpSharedLibraries, SWT.NONE); in createControl()
153 mAddSolibButton = new Button(composite, SWT.NONE); in createControl()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
DWelcomeWizardPage.java77 Label spacing = new Label(container, SWT.NONE); in createControl()
86 Label indentLabel = new Label(container, SWT.NONE); in createControl()
98 new Label(container, SWT.NONE); in createControl()
105 new Label(container, SWT.NONE); in createControl()
106 Label addHintLabel = new Label(container, SWT.NONE); in createControl()
110 new Label(container, SWT.NONE); in createControl()
111 Label targetLabel = new Label(container, SWT.NONE); in createControl()
125 Label spacing2 = new Label(container, SWT.NONE); in createControl()
133 new Label(container, SWT.NONE); in createControl()
134 Label installationLabel = new Label(container, SWT.NONE); in createControl()
DUsagePermissionPage.java72 Label blankLine = new Label(container, SWT.NONE); in createControl()
74 Label questionLabel = new Label(container, SWT.NONE); in createControl()
92 mLink = new Link(container, SWT.NONE); in createControl()
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/wizards/
DAddNativeWizardPage.java60 Label lblLibraryName = new Label(container, SWT.NONE); in createControl()
63 Composite composite = new Composite(container, SWT.NONE); in createControl()
67 Label lblLib = new Label(composite, SWT.NONE); in createControl()
74 Label lblso = new Label(composite, SWT.NONE); in createControl()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DInstallDependencyPage.java103 mLink = new Link(container, SWT.NONE); in createControl()
108 Label lblNewLabel_1 = new Label(container, SWT.NONE); in createControl()
111 requiredLabel = new Label(container, SWT.NONE); in createControl()
114 mRequiredVersion = new Label(container, SWT.NONE); in createControl()
117 installedLabel = new Label(container, SWT.NONE); in createControl()
120 mInstalledVersion = new Label(container, SWT.NONE); in createControl()
123 Label lblNewLabel = new Label(container, SWT.NONE); in createControl()
135 mInstallButton = new Button(container, SWT.NONE); in createControl()
139 mCheckButton = new Button(container, SWT.NONE); in createControl()
DNewProjectPage.java120 Label applicationLabel = new Label(container, SWT.NONE); in createControl()
134 Label projectLabel = new Label(container, SWT.NONE); in createControl()
147 Label packageLabel = new Label(container, SWT.NONE); in createControl()
165 new Label(container, SWT.NONE); in createControl()
167 new Label(container, SWT.NONE); in createControl()
168 new Label(container, SWT.NONE); in createControl()
169 new Label(container, SWT.NONE); in createControl()
173 Label minSdkLabel = new Label(container, SWT.NONE); in createControl()
243 new Label(container, SWT.NONE); in createControl()
246 Label targetSdkLabel = new Label(container, SWT.NONE); in createControl()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DLintListDialog.java104 Composite container = new Composite(area, SWT.NONE); in createDialogArea()
117 mShowButton = new Button(container, SWT.NONE); in createDialogArea()
123 mFixButton = new Button(container, SWT.NONE); in createDialogArea()
130 mIgnoreButton = new Button(container, SWT.NONE); in createDialogArea()
136 mIgnoreAllButton = new Button(container, SWT.NONE); in createDialogArea()
143 mIgnoreTypeButton = new Button(container, SWT.NONE); in createDialogArea()
149 new Label(container, SWT.NONE); in createDialogArea()
160 new Label(container, SWT.NONE); in createDialogArea()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DLayoutCreatorDialog.java67 new Label(parent, SWT.NONE).setText( in createDialogContent()
119 mStatusComposite = new Composite(parent, SWT.NONE); in createDialogContent()
125 mStatusImage = new Label(mStatusComposite, SWT.NONE); in createDialogContent()
126 mStatusLabel = new Label(mStatusComposite, SWT.NONE); in createDialogContent()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
DScreenViewer.java169 GridBagConstraints.FIRST_LINE_START, GridBagConstraints.NONE, in buildViewerAndControls()
199 GridBagConstraints.LINE_START, GridBagConstraints.NONE, in buildOverlayExtraControls()
217 GridBagConstraints.LINE_END, GridBagConstraints.NONE, in buildSlider()
228 GridBagConstraints.FIRST_LINE_START, GridBagConstraints.NONE, in buildSlider()
372 GridBagConstraints.LINE_START, GridBagConstraints.NONE, in LoupeStatus()
378 GridBagConstraints.LINE_START, GridBagConstraints.NONE, in LoupeStatus()
384 GridBagConstraints.LINE_START, GridBagConstraints.NONE, in LoupeStatus()
388 GridBagConstraints.LINE_START, GridBagConstraints.NONE, in LoupeStatus()
394 GridBagConstraints.LINE_START, GridBagConstraints.NONE, in LoupeStatus()
398 GridBagConstraints.LINE_START, GridBagConstraints.NONE, in LoupeStatus()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DEmulatorConfigTab.java160 Composite topComp = new Composite(parent, SWT.NONE); in createControl()
172 Group targetModeGroup = new Group(topComp, SWT.NONE); in createControl()
188 Composite deviceTypeOffsetComp = new Composite(targetModeGroup, SWT.NONE); in createControl()
222 Composite avdOffsetComp = new Composite(targetModeGroup, SWT.NONE); in createControl()
229 mPreferredAvdLabel = new Label(avdOffsetComp, SWT.NONE); in createControl()
255 mEmulatorOptionsGroup = new Group(topComp, SWT.NONE); in createControl()
264 Label l = new Label(mEmulatorOptionsGroup, SWT.NONE); in createControl()
272 new Label(mEmulatorOptionsGroup, SWT.NONE).setText("Network Speed:"); in createControl()
281 new Label(mEmulatorOptionsGroup, SWT.NONE).setText("Network Latency:"); in createControl()
310 l = new Label(mEmulatorOptionsGroup, SWT.NONE); in createControl()
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
DSystraceOptionsDialogV2.java101 Label l = new Label(c, SWT.NONE); in createDialogArea()
109 final Button browse = new Button(c, SWT.NONE); in createDialogArea()
119 Label lblTraceDurationseconds = new Label(c, SWT.NONE); in createDialogArea()
128 Label lblTraceBufferSize = new Label(c, SWT.NONE); in createDialogArea()
136 Label lblTraceAppName = new Label(c, SWT.NONE); in createDialogArea()
177 Label l = new Label(c, SWT.NONE); in createTable()
189 TableItem item = new TableItem(table, SWT.NONE); in createTable()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
DFrameSummaryViewPage.java125 Composite c = new Composite(parent, SWT.NONE); in createFrameStatisticsPart()
129 Label l = new Label(c, SWT.NONE); in createFrameStatisticsPart()
134 l = new Label(c, SWT.NONE); in createFrameStatisticsPart()
138 mWallClockTimeLabel = new Label(c, SWT.NONE); in createFrameStatisticsPart()
143 l = new Label(c, SWT.NONE); in createFrameStatisticsPart()
147 mThreadTimeLabel = new Label(c, SWT.NONE); in createFrameStatisticsPart()
155 l = new Label(c, SWT.NONE); in createFrameStatisticsPart()
189 TableViewerColumn tvc = new TableViewerColumn(mStatsTableViewer, SWT.NONE); in createFrameStatisticsPart()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
DImportPage.java115 Label directoryLabel = new Label(container, SWT.NONE); in createControl()
124 mBrowseButton = new Button(container, SWT.NONE); in createControl()
129 Label projectsLabel = new Label(container, SWT.NONE); in createControl()
137 TableViewerColumn dirViewerColumn = new TableViewerColumn(mCheckboxTableViewer, SWT.NONE); in createControl()
141 TableViewerColumn nameViewerColumn = new TableViewerColumn(mCheckboxTableViewer, SWT.NONE); in createControl()
157 mSelectAllButton = new Button(container, SWT.NONE); in createControl()
162 mDeselectAllButton = new Button(container, SWT.NONE); in createControl()
167 mRefreshButton = new Button(container, SWT.NONE); in createControl()
171 new Label(container, SWT.NONE); in createControl()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
DLibraryProperties.java129 mTop = new Composite(parent, SWT.NONE); in LibraryProperties()
152 final TableColumn column0 = new TableColumn(mTable, SWT.NONE); in LibraryProperties()
154 final TableColumn column1 = new TableColumn(mTable, SWT.NONE); in LibraryProperties()
157 Composite buttons = new Composite(mTop, SWT.NONE); in LibraryProperties()
343 item = new TableItem(mTable, SWT.NONE); in addItem()
346 item = new TableItem(mTable, SWT.NONE, index); in addItem()

1234