Home
last modified time | relevance | path

Searched refs:setText (Results 1 – 25 of 227) sorted by relevance

12345678910

/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
DInfoPanel.java62 col1.setText("name"); in createControl()
64 mCol2.setText("PlaceHolderContentForWidth"); in createControl()
69 item.setText(0, mLabels[i]); in createControl()
70 item.setText(1, "-"); in createControl()
142 item.setText(1, "-"); in clientSelected()
162 item.setText(1, clientDescription); in clientSelected()
164 item.setText(1, vmIdentifier); in clientSelected()
166 item.setText(1, isDdmAware); in clientSelected()
168 item.setText(1, pid); in clientSelected()
172 item.setText(1, "Yes"); in clientSelected()
[all …]
DHeapPanel.java327 mGcButton.setText("Cause GC"); in createControl()
345 displayLabel.setText("Display: "); in createControl()
432 l.setText("Zoom:"); in createControl()
504 col.setText("ID"); in createSummaryTable()
508 col.setText("000.000WW"); //$NON-NLS-1$ in createSummaryTable()
510 col.setText("Heap Size"); in createSummaryTable()
513 col.setText("000.000WW"); //$NON-NLS-1$ in createSummaryTable()
515 col.setText("Allocated"); in createSummaryTable()
518 col.setText("000.000WW"); //$NON-NLS-1$ in createSummaryTable()
520 col.setText("Free"); in createSummaryTable()
[all …]
/sdk/testapps/testSensors/src/com/android/tests/testsensors/
DTestSensorsActivity.java72 mVal.setText(""); in MonitoredSensor()
82 mName.setText("Accelerometer"); in MonitoredSensor()
88 mName.setText("Gravity"); in MonitoredSensor()
92 mName.setText("Gyroscope"); in MonitoredSensor()
97 mName.setText("Light"); in MonitoredSensor()
102 mName.setText("Linear acceleration"); in MonitoredSensor()
107 mName.setText("Magnetic field"); in MonitoredSensor()
112 mName.setText("Orientation"); in MonitoredSensor()
117 mName.setText("Pressure"); in MonitoredSensor()
122 mName.setText("Proximity"); in MonitoredSensor()
[all …]
/sdk/testapps/javaProjectTest/app/src/com/android/tests/javaprojecttest/app/
DMain.java24 tv.setText("App: " + App.getContent()); in onCreate()
27 tv.setText("Lib1: " + Lib1.getContent()); in onCreate()
30 tv.setText("Lib2: " + Lib2.getContent()); in onCreate()
33 tv.setText("JavaProject: " + JavaProject.getContent()); in onCreate()
36 tv.setText("JavaProject2: " + JavaProject2.getContent()); in onCreate()
39 tv.setText("JavaProject3: " + JavaProject3.getContent()); in onCreate()
42 tv.setText("BasicJar: " + BasicJar.getContent()); in onCreate()
45 tv.setText("BasicJar2: " + BasicJar2.getContent()); in onCreate()
48 tv.setText("BasicJar3: " + BasicJar3.getContent()); in onCreate()
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
DStaticPortEditDialog.java147 mShell.setText("Static Port"); in createUI()
163 l0.setText("Device Name:"); in createUI()
168 deviceSNText.setText(mDeviceSn); in createUI()
179 l.setText("Application Name:"); in createUI()
183 appNameText.setText(mAppName); in createUI()
195 l2.setText("Debug Port:"); in createUI()
199 debugPortText.setText(mPortNumber); in createUI()
216 mWarning.setText(""); in createUI()
226 mOkButton.setText("OK"); in createUI()
238 cancelButton.setText("Cancel"); in createUI()
[all …]
/sdk/ddms/app/src/com/android/ddms/
DStaticPortEditDialog.java147 mShell.setText("Static Port"); in createUI()
163 l0.setText("Device Name:"); in createUI()
168 deviceSNText.setText(mDeviceSn); in createUI()
179 l.setText("Application Name:"); in createUI()
183 appNameText.setText(mAppName); in createUI()
195 l2.setText("Debug Port:"); in createUI()
199 debugPortText.setText(mPortNumber); in createUI()
216 mWarning.setText(""); in createUI()
226 mOkButton.setText("OK"); in createUI()
238 cancelButton.setText("Cancel"); in createUI()
[all …]
DAboutDialog.java65 shell.setText("About..."); in open()
128 label.setText("Dalvik Debug Monitor Revision " + Main.sRevision); in createContents()
130 label.setText("Dalvik Debug Monitor"); in createContents()
134 label.setText("Copyright 2007-2012, The Android Open Source Project"); in createContents()
136 label.setText("All Rights Reserved."); in createContents()
143 ok.setText("OK"); in createContents()
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
DSystraceOptionsDialog.java90 l.setText("Destination File: "); in createDialogArea()
94 mDestinationText.setText(sSaveToFolder + File.separator + DEFAULT_TRACE_FNAME); in createDialogArea()
97 browse.setText("Browse..."); in createDialogArea()
102 if (path != null) mDestinationText.setText(path); in createDialogArea()
109 lblTraceDurationseconds.setText("Trace duration (seconds): "); in createDialogArea()
113 mTraceDurationText.setText(sTraceDuration); in createDialogArea()
117 lblTraceBufferSize.setText("Trace Buffer Size (kb): "); in createDialogArea()
121 mTraceBufferSizeText.setText(sTraceBufferSize); in createDialogArea()
131 grpTraceEvents.setText("Trace Events"); in createDialogArea()
134 mTraceCpuFreqBtn.setText("CPU Frequency Changes"); in createDialogArea()
[all …]
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
DCoordinateControls.java167 mDecimalText.setText(""); //$NON-NLS-1$ in resetDecimalControls()
173 mSexagesimalDegreeText.setText(""); //$NON-NLS-1$ in resetSexagesimalControls()
174 mSexagesimalMinuteText.setText(""); //$NON-NLS-1$ in resetSexagesimalControls()
175 mSexagesimalSecondText.setText(""); //$NON-NLS-1$ in resetSexagesimalControls()
197 text.setText(defaultString); in createTextControl()
200 text.setText(""); //$NON-NLS-1$ in createTextControl()
224 mDecimalText.setText(String.format("%.6f", value)); in setValueIntoDecimalControl()
243 mSexagesimalDegreeText.setText( in setValueIntoSexagesimalControl()
245 mSexagesimalMinuteText.setText(Integer.toString((int)minutes)); in setValueIntoSexagesimalControl()
246 mSexagesimalSecondText.setText(String.format("%.3f", seconds)); //$NON-NLS-1$ in setValueIntoSexagesimalControl()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
DMarginChooser.java97 allLabel.setText("All:"); in createDialogArea()
101 mAllField.setText(mInitialAll != null ? mInitialAll : ""); //$NON-NLS-1$ in createDialogArea()
104 allButton.setText("Resource..."); in createDialogArea()
112 leftLabel.setText("Left:"); in createDialogArea()
116 mLeftField.setText(mInitialLeft != null ? mInitialLeft : ""); //$NON-NLS-1$ in createDialogArea()
119 leftButton.setText("Resource..."); in createDialogArea()
124 rightLabel.setText("Right:"); in createDialogArea()
128 mRightField.setText(mInitialRight != null ? mInitialRight : ""); //$NON-NLS-1$ in createDialogArea()
131 rightButton.setText("Resource..."); in createDialogArea()
136 topLabel.setText("Top:"); in createDialogArea()
[all …]
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
DSettingsDialog.java82 group.setText("Proxy Settings"); in createContents()
88 label.setText("HTTP Proxy Server"); in createContents()
100 label.setText("HTTP Proxy Port"); in createContents()
112 group.setText("Manifest Cache"); in createContents()
118 label.setText("Directory:"); in createContents()
123 text.setText(mDownloadCache.getCacheRoot().getAbsolutePath()); in createContents()
127 label.setText("Current Size:"); in createContents()
136 mCheckUseCache.setText("Use download cache"); in createContents()
146 button.setText("Clear Cache"); in createContents()
158 group.setText("Others"); in createContents()
[all …]
/sdk/testapps/libsAndJarTest/app/src/com/android/tests/javaprojecttest/app/
DMain.java20 tv.setText("App: " + App.getContent()); in onCreate()
23 tv.setText("Lib1: " + Lib1.getContent()); in onCreate()
26 tv.setText("Lib2: " + Lib2.getContent()); in onCreate()
29 tv.setText("BasicJar: " + BasicJar.getContent()); in onCreate()
32 tv.setText("BasicJar2: " + BasicJar2.getContent()); in onCreate()
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/ui/
DAuthenticationDialog.java64 getShell().setText(mTitle); in createDialogContent()
78 lblMessage.setText(mMessage); in createDialogContent()
85 lblUserName.setText("Login:"); in createDialogContent()
93 mTxtLogin.setText(sLogin); in createDialogContent()
103 lblPassword.setText("Password:"); in createDialogContent()
110 mTxtPassword.setText(sPassword); in createDialogContent()
120 …lblInfo.setText("Provide the following info if your proxy uses NTLM authentication. Leave blank ot… in createDialogContent()
127 lblWorkstation.setText("Workstation:"); in createDialogContent()
134 mTxtWorkstation.setText(sWorkstation); in createDialogContent()
144 lblDomain.setText("Domain:"); in createDialogContent()
[all …]
/sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
DMyActivity.java86 tv.setText(foo); in onCreate()
92 tv.setText("EXPOSED"); in onCreate()
94 tv.setText("HIDDEN"); in onCreate()
96 tv.setText("UNDEFINED"); in onCreate()
98 tv.setText("??"); in onCreate()
109 tv.setText(b + "x" + a); in onCreate()
114 tv.setText(String.format("%f", metrics.xdpi)); in onCreate()
118 tv.setText(String.format("%f", metrics.ydpi)); in onCreate()
123 tv.setText(String.format("%f", metrics.scaledDensity)); in onCreate()
128 tv.setText(String.format("%f", config.fontScale)); in onCreate()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
DKeystoreSelectionPage.java72 mUseExistingKeystore.setText("Use existing keystore"); in createControl()
78 mCreateKeystore.setText("Create new keystore"); in createControl()
82 new Label(composite, SWT.NONE).setText("Location:"); in createControl()
86 browseButton.setText("Browse..."); in createControl()
93 fileDialog.setText("Load Keystore"); in createControl()
96 fileDialog.setText("Select Keystore Name"); in createControl()
101 mKeystore.setText(fileName); in createControl()
106 new Label(composite, SWT.NONE).setText("Password:"); in createControl()
114 mConfirmLabel.setText("Confirm:"); in createControl()
184 mKeystore.setText(keystore); in onShow()
[all …]
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()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
DSdkLocationChooserDialog.java53 getShell().setText(TITLE); in createDialogArea()
60 l.setText(DEFAULT_MESSAGE); in createDialogArea()
76 browse.setText("Browse"); in createDialogArea()
81 dlg.setText("Android SDK location"); in createDialogArea()
84 mTextBox.setText(dir); in createDialogArea()
91 mStatusLabel.setText(""); in createDialogArea()
102 mStatusLabel.setText(""); in validateInstall()
105 mStatusLabel.setText(status.getErrorMessage()); in validateInstall()
/sdk/uiautomatorviewer/src/com/android/uiautomator/
DOpenDialog.java82 openScreenshotGroup.setText("Screenshot"); in createDialogArea()
86 mScreenshotText.setText(sScreenshotFile.getAbsolutePath()); in createDialogArea()
94 openScreenshotButton.setText("..."); in createDialogArea()
104 openXmlGroup.setText("UI XML Dump"); in createDialogArea()
110 mXmlText.setText(sXmlDumpFile.getAbsolutePath()); in createDialogArea()
118 openXmlButton.setText("..."); in createDialogArea()
151 newShell.setText("Open UI Dump Files"); in configureShell()
156 fd.setText("Open Screenshot File"); in handleOpenScreenshotFile()
174 mScreenshotText.setText(selected); in handleOpenScreenshotFile()
182 fd.setText("Open UI Dump XML File"); in handleOpenXmlDumpFile()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
DWelcomeWizardPage.java75 …overviewLabel.setText("To develop for Android, you need an Android SDK, and at least one version o… in createControl()
83 mInstallNewRadio.setText("Install new SDK"); in createControl()
95 …mInstallLatestCheckbox.setText("Install the latest available version of Android APIs (supports all… in createControl()
102 …mInstallCommonCheckbox.setText("Install Android 2.2, a version which is supported by ~93% phones a… in createControl()
108 addHintLabel.setText(" (You can add additional platforms using the SDK Manager.)"); in createControl()
112 targetLabel.setText("Target Location:"); in createControl()
117 mNewDirText.setText(defaultPath); in createControl()
122 mNewDirButton.setText("Browse..."); in createControl()
130 mUseExistingRadio.setText("Use existing SDKs"); in createControl()
135 installationLabel.setText("Existing Location:"); in createControl()
[all …]
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
DSdkTargetSelector.java113 column0.setText("Target Name"); in SdkTargetSelector()
115 column1.setText("Vendor"); in SdkTargetSelector()
117 column2.setText("Platform"); in SdkTargetSelector()
119 column3.setText("API Level"); in SdkTargetSelector()
354 item.setText(0, target.getName()); in fillTable()
355 item.setText(1, target.getVendor()); in fillTable()
356 item.setText(2, target.getVersionName()); in fillTable()
357 item.setText(3, target.getVersion().getApiString()); in fillTable()
363 item.setText(0, "--"); in fillTable()
364 item.setText(1, "No target available"); in fillTable()
[all …]
DAvdCreationDialog.java166 getShell().setText(mAvdInfo == null ? "Create new Android Virtual Device (AVD)" in createContents()
188 label.setText("AVD Name:"); in createDialogContent()
197 label.setText("Device\nManufacturer:"); in createDialogContent()
213 label.setText("Device Name:"); in createDialogContent()
221 label.setText("Target:"); in createDialogContent()
239 label.setText("CPU/ABI:"); in createDialogContent()
248 label.setText("Front Camera:"); in createDialogContent()
259 label.setText("Back Camera:"); in createDialogContent()
273 label.setText("Memory Options:"); in createDialogContent()
281 label.setText("RAM:"); in createDialogContent()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
DNdkDebuggerTab.java73 grpGdb.setText("Launch Options"); in createControl()
79 lblDebugger.setText("Debugger:"); in createControl()
85 btnBrowseGdb.setText("Browse..."); in createControl()
89 lblNewLabel.setText("GDB Command File:"); in createControl()
95 btnBrowseGdbInit.setText("Browse..."); in createControl()
115 lblPort.setText("Port:"); in createControl()
134 grpSharedLibraries.setText("Shared Libraries"); in createControl()
154 mAddSolibButton.setText("Add..."); in createControl()
157 mDeleteSolibButton.setText("Remove"); in createControl()
208 mGdbPathText.setText(gdbPath); in browseForGdb()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
DVboDetailProvider.java75 l.setText("Size: "); in createControl()
82 l.setText("Usage: "); in createControl()
89 l.setText("Type: "); in createControl()
96 l.setText("Format Data As: "); in createControl()
138 mSizeLabel.setText(sizeProperty.getStringValue() + " bytes"); //$NON-NLS-1$ in updateControl()
141 mUsageLabel.setText(usageProperty.getStringValue()); in updateControl()
144 mTypeLabel.setText(typeProperty.getStringValue()); in updateControl()
157 mTextControl.setText(GLUtils.formatData(mBufferData, in updateContents()
162 mTextControl.setText(""); in updateContents()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DExtractStringInputPage.java152 group.setText("New String"); in createStringGroup()
154 group.setText("String Replacement"); in createStringGroup()
164 label.setText("&String"); in createStringGroup()
170 mStringValueField.setText(selectedString != null ? selectedString : ""); //$NON-NLS-1$ in createStringGroup()
184 label.setText("ID &R.string."); in createStringGroup()
186 label.setText("&Replace by R.string."); in createStringGroup()
188 label.setText("New &R.string."); in createStringGroup()
193 mStringIdCombo.setText(guessId(selectedString)); in createStringGroup()
214 group.setText("XML resource to edit"); in createResFileGroup()
224 label.setText("&Configuration:"); in createResFileGroup()
[all …]
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
DEventDisplayOptions.java185 mShell.setText("Event Display Configuration"); in createUI()
217 okButton.setText("OK"); in createUI()
229 cancelButton.setText("Cancel"); in createUI()
358 sizeGroup.setText("Display Size:"); in createLeftPanel()
363 l.setText("Width:"); in createLeftPanel()
367 mDisplayWidthText.setText(Integer.toString( in createLeftPanel()
383 l.setText("Height:"); in createLeftPanel()
387 mDisplayHeightText.setText(Integer.toString( in createLeftPanel()
412 nameLabel.setText("Name:"); in createRightPanel()
435 displayLabel.setText("Type:"); in createRightPanel()
[all …]

12345678910