Home
last modified time | relevance | path

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

1234567

/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 …]
DStaticPortConfigDialog.java128 mShell.setText("Static Port Configuration"); in createUI()
169 newButton.setText("New..."); in createUI()
188 editButton.setText("Edit..."); in createUI()
212 deleteButton.setText("Delete"); in createUI()
229 okButton.setText("OK"); in createUI()
239 cancelButton.setText("Cancel"); in createUI()
273 item.setText(COL_DEVICE, deviceName); in addEntry()
274 item.setText(COL_APPLICATION, appName); in addEntry()
275 item.setText(COL_PORT, Integer.toString(portNumber)); in addEntry()
305 item.setText(COL_DEVICE, deviceName); in replaceEntry()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
DSystraceOptionsDialogV1.java106 l.setText("Destination File: "); in createDialogArea()
110 mDestinationText.setText(sSaveToFolder + File.separator + DEFAULT_TRACE_FNAME); in createDialogArea()
113 browse.setText("Browse..."); in createDialogArea()
118 if (path != null) mDestinationText.setText(path); in createDialogArea()
125 lblTraceDurationseconds.setText("Trace duration (seconds): "); in createDialogArea()
129 mTraceDurationText.setText(sTraceDuration); in createDialogArea()
133 lblTraceBufferSize.setText("Trace Buffer Size (kb): "); in createDialogArea()
137 mTraceBufferSizeText.setText(sTraceBufferSize); in createDialogArea()
147 grpTraceEvents.setText("Trace Events"); in createDialogArea()
150 mTraceCpuFreqBtn.setText("CPU Frequency Changes"); in createDialogArea()
[all …]
DSystraceOptionsDialogV2.java103 l.setText("Destination File: "); in createDialogArea()
107 mDestinationText.setText(sSaveToFolder + File.separator + DEFAULT_TRACE_FNAME); in createDialogArea()
110 browse.setText("Browse..."); in createDialogArea()
115 if (path != null) mDestinationText.setText(path); in createDialogArea()
122 lblTraceDurationseconds.setText("Trace duration (seconds): "); in createDialogArea()
126 mTraceDurationText.setText(sTraceDuration); in createDialogArea()
130 lblTraceBufferSize.setText("Trace Buffer Size (kb): "); in createDialogArea()
134 mTraceBufferSizeText.setText(sTraceBufferSize); in createDialogArea()
138 lblTraceAppName.setText("Enable Application Traces from: "); in createDialogArea()
149 mTraceAppCombo.setText(sLastSelectedApp); in createDialogArea()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
DMarginChooser.java93 allLabel.setText("All:"); in createDialogArea()
97 mAllField.setText(mInitialAll != null ? mInitialAll : ""); //$NON-NLS-1$ in createDialogArea()
100 allButton.setText("Resource..."); in createDialogArea()
108 leftLabel.setText("Left:"); in createDialogArea()
112 mLeftField.setText(mInitialLeft != null ? mInitialLeft : ""); //$NON-NLS-1$ in createDialogArea()
115 leftButton.setText("Resource..."); in createDialogArea()
120 rightLabel.setText("Right:"); in createDialogArea()
124 mRightField.setText(mInitialRight != null ? mInitialRight : ""); //$NON-NLS-1$ in createDialogArea()
127 rightButton.setText("Resource..."); in createDialogArea()
132 topLabel.setText("Top:"); in createDialogArea()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
DConfirmationPage.java86 title.setText("Please review the export options."); in createControl()
89 group.setText("Project root"); in createControl()
100 group2.setText("Exported Modules"); in createControl()
164 mModuleDescription1.setText("Exported because selected in previous page."); in createControl()
174 mModuleDescription1.setText("Dependency chain: " + sb); in createControl()
176 mModuleDescription2.setText("Path: " + module.getPath()); in createControl()
179 mModuleDescription3.setText( in createControl()
182 mModuleDescription3.setText(""); in createControl()
185 mModuleDescription1.setText(""); in createControl()
186 mModuleDescription2.setText(""); in createControl()
[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/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/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.monitor/src/com/android/ide/eclipse/monitor/
DSdkLocationChooserDialog.java55 getShell().setText(TITLE); in createDialogArea()
62 l.setText(DEFAULT_MESSAGE); in createDialogArea()
78 browse.setText("Browse"); in createDialogArea()
83 dlg.setText("Android SDK location"); in createDialogArea()
86 mTextBox.setText(dir); in createDialogArea()
93 mStatusLabel.setText(""); in createDialogArea()
104 mStatusLabel.setText(""); in validateInstall()
107 mStatusLabel.setText(status.getErrorMessage()); in validateInstall()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
DStatusPanel.java80 mHelpLabel.setText(text); in setHelpText()
83 mHelpLabel.setText("N/A"); in setHelpText()
92 mXPosLabel.setText(String.format("X: %4d px", x)); in setPosition()
93 mYPosLabel.setText(String.format("Y: %4d px", y)); in setPosition()
162 mXPosLabel.setText(String.format("X: %4d px", 1000)); in buildPosition()
163 mYPosLabel.setText(String.format("Y: %4d px", 1000)); in buildPosition()
178 mScaleControl.maxLabel.setText("6x"); in buildScaleControl()
179 mScaleControl.minLabel.setText("2x"); in buildScaleControl()
197 mZoomControl.maxLabel.setText("800%"); in buildZoomControl()
198 mZoomControl.minLabel.setText("100%"); in buildZoomControl()
[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 ~96% 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 …]
DUsagePermissionPage.java70 label.setText(SdkStatsPermissionDialog.BODY_TEXT); in createControl()
75 questionLabel.setText("Send usage statistics to Google?"); in createControl()
78 mYesRadio.setText("Yes"); in createControl()
82 mNoRadio.setText("No"); in createControl()
89 laterLabel.setText("If you later decide to change this setting, you can do so in the " + in createControl()
94 mLink.setText(SdkStatsPermissionDialog.PRIVACY_POLICY_LINK_TEXT); in createControl()
/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/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DInstallDependencyPage.java99 dependLabel.setText("This template depends on the Android Support library, which is " + in createControl()
105 …mLink.setText("<a href=\"" + URL + "\">" + URL + "</a>"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ in createControl()
112 requiredLabel.setText("Required version:"); in createControl()
118 installedLabel.setText("Installed version:"); in createControl()
130 descLabel.setText( in createControl()
136 mInstallButton.setText("Install/Upgrade"); in createControl()
140 mCheckButton.setText("Check Again"); in createControl()
216 mInstalledVersion.setText("Not installed"); in updateVersionLabels()
218 mInstalledVersion.setText(Integer.toString(version)); in updateVersionLabels()
226 mRequiredVersion.setText(Integer.toString(required)); in updateVersionLabels()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLTraceOptionsDialog.java152 mOkButton.setText("Trace"); in createButtonsForButtonBar()
172 mTraceFilePathText.setText(mTraceFilePath); in createSaveToField()
181 browse.setText("Browse..."); in createSaveToField()
190 mTraceFilePathText.setText(fName); in createSaveToField()
199 fd.setText("Save To"); in openBrowseDialog()
221 readFbOnEglSwapCheckBox.setText("Read back framebuffer 0 on eglSwapBuffers()"); in createCaptureImageOptions()
225 readFbOnGlDrawCheckBox.setText("Read back currently bound framebuffer On glDraw*()"); in createCaptureImageOptions()
229 readTextureDataCheckBox.setText("Collect texture data submitted using glTexImage*()"); in createCaptureImageOptions()
249 mAppPackageToTraceText.setText(mAppPackageToTrace); in createAppToTraceText()
266 mActivityToTraceText.setText(mActivityToTrace); in createActivityToTraceText()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
DRenameResourcePage.java73 nameLabel.setText("New Name:"); in createControl()
79 xmlLabel.setText("XML:"); in createControl()
84 javaLabel.setText("Java:"); in createControl()
92 mUpdateReferences.setText("Update References"); in createControl()
106 textField.setText(newName); in setVisible()
158 mXmlLabel.setText(xml); in textModified()
159 mJavaLabel.setText(java); in textModified()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
DApplicationInfoPage.java102 applicationLabel.setText("Application Name:"); in createControl()
109 packageLabel.setText("Package Name:"); in createControl()
117 mCreateActivityCheckbox.setText("Create Activity:"); in createControl()
126 minSdkLabel.setText("Minimum SDK:"); in createControl()
143 mCreateTestCheckbox.setText("Create a Test Project"); in createControl()
147 mTestProjectNameLabel.setText("Test Project Name:"); in createControl()
154 mTestApplicationLabel.setText("Test Application:"); in createControl()
161 mTestPackageLabel.setText("Test Package:"); in createControl()
201 mApplicationText.setText(mValues.applicationName); in setVisible()
204 mPackageText.setText(mValues.packageName); in setVisible()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
DConfigureAssetSetPage.java204 foregroundLabel.setText("Foreground:"); in createControl()
215 mImageRadio.setText("Image"); in createControl()
218 mClipartRadio.setText("Clipart"); in createControl()
223 mTextRadio.setText("Text"); in createControl()
236 fileLabel.setText("Image File:"); in createControl()
246 mPickImageButton.setText("Browse..."); in createControl()
253 mChooseClipart.setText("Choose..."); in createControl()
269 textLabel.setText("Text:"); in createControl()
277 fontLabel.setText("Font:"); in createControl()
282 mFontButton.setText("Choose Font..."); in createControl()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/wizards/
DAddNativeWizardPage.java61 lblLibraryName.setText(Messages.AddNativeWizardPage_LibraryName); in createControl()
68 lblLib.setText("lib"); //$NON-NLS-1$ in createControl()
72 libraryNameText.setText(defaultLibraryName); in createControl()
75 lblso.setText(".so"); //$NON-NLS-1$ in createControl()

1234567