/sdk/anttasks/src/com/android/ant/ |
D | DependencyGraph.java | 41 NONE, NEW_FILE, UPDATED_FILE, MISSING_FILE, ERROR; enumConstant 230 if (status != DependencyStatus.NONE) { in checkInputs() 235 if (status != DependencyStatus.NONE) { in checkInputs() 243 return DependencyStatus.NONE; in checkInputs() 259 return DependencyStatus.NONE; in checkInputFolder() 272 if (status != DependencyStatus.NONE) { in checkInputFolder() 277 if (status != DependencyStatus.NONE) { in checkInputFolder() 283 return DependencyStatus.NONE; in checkInputFolder() 289 return DependencyStatus.NONE; in checkInputFile() 315 return DependencyStatus.NONE; in checkInputFile() [all …]
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ |
D | SettingsDialog.java | 81 Group group = new Group(shell, SWT.NONE); in createContents() 86 Label label = new Label(group, SWT.NONE); in createContents() 98 label = new Label(group, SWT.NONE); in createContents() 111 group = new Group(shell, SWT.NONE); in createContents() 116 label = new Label(group, SWT.NONE); in createContents() 120 Text text = new Text(group, SWT.NONE); in createContents() 125 label = new Label(group, SWT.NONE); in createContents() 129 mTextCacheSize = new Text(group, SWT.NONE); in createContents() 141 label = new Label(group, SWT.NONE); in createContents() 157 group = new Group(shell, SWT.NONE); in createContents() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
D | MarginChooser.java | 90 Composite container = new Composite(parent, SWT.NONE); in createDialogArea() 95 Label allLabel = new Label(container, SWT.NONE); in createDialogArea() 103 Button allButton = new Button(container, SWT.NONE); in createDialogArea() 110 Label leftLabel = new Label(container, SWT.NONE); in createDialogArea() 118 Button leftButton = new Button(container, SWT.NONE); in createDialogArea() 122 Label rightLabel = new Label(container, SWT.NONE); in createDialogArea() 130 Button rightButton = new Button(container, SWT.NONE); in createDialogArea() 134 Label topLabel = new Label(container, SWT.NONE); in createDialogArea() 142 Button topButton = new Button(container, SWT.NONE); in createDialogArea() 146 Label bottomLabel = new Label(container, SWT.NONE); in createDialogArea() [all …]
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/ |
D | EditFilterDialog.java | 158 Composite nameComposite = new Composite(mShell, SWT.NONE); in createUI() 162 Label l = new Label(nameComposite, SWT.NONE); in createUI() 182 mNameWarning = new Label(nameComposite, SWT.NONE); in createUI() 192 Composite main = new Composite(mShell, SWT.NONE); in createUI() 196 l = new Label(main, SWT.NONE); in createUI() 216 mTagWarning = new Label(main, SWT.NONE); in createUI() 220 l = new Label(main, SWT.NONE); in createUI() 241 mPidWarning = new Label(main, SWT.NONE); in createUI() 245 l = new Label(main, SWT.NONE); in createUI() 282 Composite bottomComp = new Composite(mShell, SWT.NONE); in createUI() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/ |
D | ProjectCheckPage.java | 79 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()
|
D | KeyCreationPage.java | 75 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()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/ |
D | VboDetailProvider.java | 68 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/ |
D | ConfigureAssetSetPage.java | 195 mConfigurationArea = new Composite(configurationScrollArea, SWT.NONE); in createControl() 203 Label foregroundLabel = new Label(mConfigurationArea, SWT.NONE); in createControl() 207 Composite foregroundComposite = new Composite(mConfigurationArea, SWT.NONE); in createControl() 226 new Label(mConfigurationArea, SWT.NONE); in createControl() 228 mForegroundArea = new Composite(mConfigurationArea, SWT.NONE); in createControl() 232 mImageForm = new Composite(mForegroundArea, SWT.NONE); in createControl() 235 Label fileLabel = new Label(mImageForm, SWT.NONE); in createControl() 250 mClipartForm = new Composite(mForegroundArea, SWT.NONE); in createControl() 257 mClipartPreviewPanel = new Composite(mClipartForm, SWT.NONE); in createControl() 265 mTextForm = new Composite(mForegroundArea, SWT.NONE); in createControl() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/ |
D | StaticPortEditDialog.java | 158 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()
|
D | StaticPortConfigDialog.java | 141 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/ddms/app/src/com/android/ddms/ |
D | StaticPortEditDialog.java | 158 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()
|
D | AboutDialog.java | 121 Composite textArea = new Composite(shell, SWT.NONE); in createContents() 126 label = new Label(textArea, SWT.NONE); in createContents() 132 label = new Label(textArea, SWT.NONE); in createContents() 135 label = new Label(textArea, SWT.NONE); in createContents() 139 label = new Label(shell, SWT.NONE); in createContents()
|
D | StaticPortConfigDialog.java | 140 Composite main = new Composite(mShell, SWT.NONE); in createUI() 163 Composite buttons = new Composite(main, SWT.NONE); in createUI() 167 Button newButton = new Button(buttons, SWT.NONE); in createUI() 186 final Button editButton = new Button(buttons, SWT.NONE); in createUI() 210 final Button deleteButton = new Button(buttons, SWT.NONE); in createUI() 222 Composite bottomComp = new Composite(mShell, SWT.NONE); in createUI() 227 Button okButton = new Button(bottomComp, SWT.NONE); in createUI() 237 Button cancelButton = new Button(bottomComp, SWT.NONE); in createUI() 270 TableItem item = new TableItem(mPortTable, SWT.NONE); in addEntry()
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ui/ |
D | AddonSitesDialog.java | 112 TabFolder tabFolder = new TabFolder(shell, SWT.NONE); in createContents() 116 TabItem sitesTabItem = new TabItem(tabFolder, SWT.NONE); in createContents() 120 TabItem userTabItem = new TabItem(tabFolder, SWT.NONE); in createContents() 125 Label label = new Label(shell, SWT.NONE); in createContents() 132 Composite root = new Composite(tabFolder, SWT.NONE); in createTabOfficialSites() 136 Label label = new Label(root, SWT.NONE); in createTabOfficialSites() 154 TableViewerColumn columnViewer = new TableViewerColumn(mSitesTableViewer, SWT.NONE); in createTabOfficialSites() 173 columnViewer = new TableViewerColumn(mSitesTableViewer, SWT.NONE); in createTabOfficialSites() 196 Button selectAll = new Button(root, SWT.NONE); in createTabOfficialSites() 207 label = new Label(root, SWT.NONE); in createTabOfficialSites() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/wizards/ |
D | AddNativeWizardPage.java | 60 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.ndk/src/com/android/ide/eclipse/ndk/internal/launch/ |
D | NdkDebuggerTab.java | 68 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/ |
D | WelcomeWizardPage.java | 77 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()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
D | InstallDependencyPage.java | 103 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()
|
D | NewProjectPage.java | 120 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/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
D | EmulatorControlPanel.java | 262 final Composite top = new Composite(scollingParent, SWT.NONE); in createControl() 295 Group g1 = new Group(top, SWT.NONE); in createRadioControls() 302 Composite insideGroup = new Composite(g1, SWT.NONE); in createRadioControls() 307 mVoiceLabel = new Label(insideGroup, SWT.NONE); in createRadioControls() 324 mSpeedLabel = new Label(insideGroup, SWT.NONE); in createRadioControls() 341 mDataLabel = new Label(insideGroup, SWT.NONE); in createRadioControls() 358 mLatencyLabel = new Label(insideGroup, SWT.NONE); in createRadioControls() 376 Label l = new Label(g1, SWT.NONE); in createRadioControls() 386 Group g2 = new Group(top, SWT.NONE); in createCallControls() 392 Composite phoneComp = new Composite(g2, SWT.NONE); in createCallControls() [all …]
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/ui/ |
D | AuthenticationDialog.java | 69 Composite upperComposite = new Composite(parent, SWT.NONE); in createDialogContent() 84 Label lblUserName = new Label(upperComposite, SWT.NONE); in createDialogContent() 102 Label lblPassword = new Label(upperComposite, SWT.NONE); in createDialogContent() 119 Label lblInfo = new Label(upperComposite, SWT.NONE); in createDialogContent() 126 Label lblWorkstation = new Label(upperComposite, SWT.NONE); in createDialogContent() 143 Label lblDomain = new Label(upperComposite, SWT.NONE); in createDialogContent()
|
/sdk/rule_api/src/com/android/ide/common/api/ |
D | ResizePolicy.java | 30 private static final int NONE = 0; field in ResizePolicy 45 private static final ResizePolicy sNone = new ResizePolicy(NONE); 175 int mask = NONE; in create()
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/ |
D | HardwarePropertyChooser.java | 64 Label l = new Label(parent, SWT.NONE); in createDialogContent() 112 l = new Label(parent, SWT.NONE); in createDialogContent() 115 mTypeLabel = new Label(parent, SWT.NONE); in createDialogContent() 117 l = new Label(parent, SWT.NONE); in createDialogContent() 120 mDescriptionLabel = new Label(parent, SWT.NONE); in createDialogContent()
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/ |
D | EventValueSelector.java | 171 Label l = new Label(mShell, SWT.NONE); in createUI() 203 l = new Label(mShell, SWT.NONE); in createUI() 219 l = new Label(mShell, SWT.NONE); in createUI() 236 new Composite(mShell, SWT.NONE).setLayoutData(gd = new GridData()); in createUI() 253 l = new Label(mShell, SWT.NONE); in createUI() 269 l = new Label(mShell, SWT.NONE); in createUI() 289 l = new Label(mShell, SWT.NONE); in createUI() 328 Composite buttonComp = new Composite(mShell, SWT.NONE); in createUI() 336 Composite padding = new Composite(mShell, SWT.NONE); in createUI() 352 padding = new Composite(mShell, SWT.NONE); in createUI() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
D | LintListDialog.java | 104 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()
|