/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/ |
ConfirmationPage.java | 86 title.setText("Please review the export options."); 89 group.setText("Project root"); 100 group2.setText("Exported Modules"); 164 mModuleDescription1.setText("Exported because selected in previous page."); 174 mModuleDescription1.setText("Dependency chain: " + sb); 176 mModuleDescription2.setText("Path: " + module.getPath()); 179 mModuleDescription3.setText( 182 mModuleDescription3.setText(""); 185 mModuleDescription1.setText(""); 186 mModuleDescription2.setText(""); [all...] |
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/ |
ObjectViewer.java | 122 view.setText(mFileName); 124 view.setText(Integer.toHexString(info.getFormat()).toUpperCase(Locale.ROOT)); 126 view.setText(Long.toString(info.getCompressedSize())); 128 view.setText(Long.toString(info.getThumbPixWidth())); 130 view.setText(Long.toString(info.getThumbPixHeight())); 132 view.setText(Long.toString(info.getThumbCompressedSize())); 134 view.setText(Long.toString(info.getImagePixWidth())); 136 view.setText(Long.toString(info.getImagePixHeight())); 138 view.setText(Long.toString(info.getImagePixDepth())); 140 view.setText(Long.toString(info.getSequenceNumber())) [all...] |
/external/chromium/chrome/browser/chromeos/views/ |
dropdown_button.h | 27 // Override SetText to set the accessible value, rather than the 30 virtual void SetText(const std::wstring& text);
|
/external/chromium_org/third_party/icu/source/i18n/ |
csdetect.h | 27 UBool fStripTags; // If true, setText() will strip tags from input text. 36 void setText(const char *in, int32_t len);
|
/external/icu4c/i18n/ |
csdetect.h | 27 UBool fStripTags; // If true, setText() will strip tags from input text. 36 void setText(const char *in, int32_t len);
|
/frameworks/base/core/tests/coretests/src/android/view/ |
CreateViewTest.java | 77 text.setText("S"); 83 text.setText("S"); 94 one.setText("S"); 98 two.setText("M"); 102 three.setText("T"); 106 four.setText("W"); 110 five.setText("H"); 114 six.setText("F");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ |
SdkLocationChooserDialog.java | 55 getShell().setText(TITLE); 62 l.setText(DEFAULT_MESSAGE); 78 browse.setText("Browse"); 83 dlg.setText("Android SDK location"); 86 mTextBox.setText(dir); 93 mStatusLabel.setText(""); 104 mStatusLabel.setText(""); 107 mStatusLabel.setText(status.getErrorMessage());
|
/development/samples/browseable/TextSwitcher/ |
_index.jd | 11 when {@link android.widget.TextSwitcher#setText(CharSequence)} is called.</p>
|
/external/chromium/chrome/browser/ui/views/ |
textfield_views.h | 19 void SetText(const std::wstring& text);
|
database_info_view.cc | 37 name_value_field_->SetText(database_info.database_name.empty() ? 41 description_value_field_->SetText(UTF8ToWide(database_info.description)); 42 size_value_field_->SetText( 46 last_modified_value_field_->SetText( 60 description_value_field_->SetText(kEmpty); 61 size_value_field_->SetText(kEmpty); 62 last_modified_value_field_->SetText(kEmpty);
|
/external/droiddriver/samples/testapp/src/com/google/android/apps/common/testing/ui/testapp/ |
LongListActivity.java | 30 ((TextView) findViewById(R.id.selection_pos)).setText(""); 31 ((TextView) findViewById(R.id.selection_class)).setText(""); 42 ((TextView) findViewById(R.id.selection_pos)).setText(String.valueOf(position)); 43 ((TextView) findViewById(R.id.selection_class)).setText(
|
/external/javassist/sample/rmi/ |
AlertDialog.java | 23 label.setText(message);
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowClipboardManager.java | 12 public void setText(CharSequence text) {
|
/packages/apps/Settings/src/com/android/settings/applications/ |
AppViewHolder.java | 51 appSize.setText(entry.internalSizeStr); 54 appSize.setText(entry.externalSizeStr); 57 appSize.setText(entry.sizeStr); 61 appSize.setText(invalidSizeStr);
|
/packages/experimental/BugReportSender/src/com/android/bugreportsender/ |
BugReportPreviewActivity.java | 32 mText.setText(icicle.getString("text")); 50 mText.setText(text); 53 mText.setText("Unable to open file: " + uri + ": " + fnfe); 57 mText.setText("Unable to process log: " + ioe);
|
/development/samples/ApiDemos/src/com/example/android/apis/nfc/ |
TechFilter.java | 41 mText.setText("Discovered tag " + ++mCount + " with intent: " + intent); 43 mText.setText("Scan a tag"); 49 mText.setText("Discovered tag " + ++mCount + " with intent: " + intent);
|
/development/apps/Development/src/com/android/development/ |
PackageSummary.java | 98 mPackage.setText(info.packageName); 121 mUid.setText(Integer.toString(info.applicationInfo.uid)); 122 mProcess.setText(info.applicationInfo.processName); 124 mVersion.setText(info.versionName + " (#" + info.versionCode + ")"); 126 mVersion.setText("(#" + info.versionCode + ")"); 128 mSource.setText(info.applicationInfo.sourceDir); 129 mData.setText(info.applicationInfo.dataDir); 131 mTask.setText("\"" + info.applicationInfo.taskAffinity + "\""); 133 mTask.setText("(No Task Affinity)"); 138 mClass.setText(appClass.substring(info.packageName.length())) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/ |
SystraceOptionsDialogV1.java | 106 l.setText("Destination File: "); 110 mDestinationText.setText(sSaveToFolder + File.separator + DEFAULT_TRACE_FNAME); 113 browse.setText("Browse..."); 118 if (path != null) mDestinationText.setText(path); 125 lblTraceDurationseconds.setText("Trace duration (seconds): "); 129 mTraceDurationText.setText(sTraceDuration); 133 lblTraceBufferSize.setText("Trace Buffer Size (kb): "); 137 mTraceBufferSizeText.setText(sTraceBufferSize); 147 grpTraceEvents.setText("Trace Events"); 150 mTraceCpuFreqBtn.setText("CPU Frequency Changes") [all...] |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/ |
TextDialog.java | 62 public final void setText(String text) { 85 new Label(area, SWT.NONE).setText(m_headerText); 90 m_textWidget.setText(m_text); 102 new Label(area, SWT.NONE).setText(m_footerText); 110 newShell.setText(m_titleText);
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
scanresults.cpp | 100 item->setText(0, ssid); 101 item->setText(1, bssid); 102 item->setText(2, freq); 103 item->setText(3, signal); 104 item->setText(4, flags);
|
/cts/tests/tests/widget/src/android/widget/cts/ |
MultiAutoCompleteTextViewTest.java | 94 private void setText(MultiAutoCompleteTextView m, CharSequence c) { 95 m.setText(c); 110 setText(mMultiAutoCompleteTextView_country, "Ar"); 113 setText(mMultiAutoCompleteTextView_country, "Arg"); 116 setText(mMultiAutoCompleteTextView_country, "Argentina"); 119 setText(mMultiAutoCompleteTextView_name, "J"); 122 setText(mMultiAutoCompleteTextView_name, "Ja"); 125 setText(mMultiAutoCompleteTextView_name, "Jacky"); 145 mMultiAutoCompleteTextView_country.setText(str); 168 multiAutoCompleteTextView.setText(text) [all...] |
/development/samples/Obb/src/com/example/android/obbapp/ |
ObbMountActivity.java | 68 mStatus.setText(state.status); 69 mPath.setText(state.path); 82 mStatus.setText(String.valueOf(state)); 84 mPath.setText(mSM.getMountedObbPath(mObbPath)); 86 mPath.setText(""); 101 mStatus.setText(R.string.attempting_mount); 103 mStatus.setText(R.string.failed_to_start_mount); 106 mStatus.setText(R.string.obb_already_mounted); 119 mStatus.setText(R.string.attempting_unmount); 121 mStatus.setText(R.string.failed_to_start_unmount) [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
tstnrapi.cpp | 79 // test setText(CharacterIterator) and getText() 82 copy.setText(iter, errorCode); 84 errln("error Normalizer::setText() failed: %s", u_errorName(errorCode)); 92 errln("error in Normalizer::setText() or Normalizer::getText()"); 96 // test setText(UChar *), getUMode() and setMode() 98 copy.setText(s.getBuffer()+1, s.length()-1, errorCode); 104 dataerrln("error in Normalizer::setText(UChar *) or Normalizer::setMode()"); 107 // test setText(UChar *, length=-1) 114 copy.setText(s.getBuffer()+1, -1, errorCode); 116 errln("error in Normalizer::setText(UChar *, -1)") [all...] |
/external/icu4c/test/intltest/ |
tstnrapi.cpp | 79 // test setText(CharacterIterator) and getText() 82 copy.setText(iter, errorCode); 84 errln("error Normalizer::setText() failed: %s", u_errorName(errorCode)); 92 errln("error in Normalizer::setText() or Normalizer::getText()"); 96 // test setText(UChar *), getUMode() and setMode() 98 copy.setText(s.getBuffer()+1, s.length()-1, errorCode); 104 dataerrln("error in Normalizer::setText(UChar *) or Normalizer::setMode()"); 107 // test setText(UChar *, length=-1) 114 copy.setText(s.getBuffer()+1, -1, errorCode); 116 errln("error in Normalizer::setText(UChar *, -1)") [all...] |
/external/chromium/chrome/browser/chromeos/status/ |
network_dropdown_button.cc | 84 SetText(UTF16ToWide( 90 SetText(UTF8ToWide(wifi->name())); 95 SetText(UTF8ToWide(cellular->name())); 106 SetText(UTF8ToWide(cros->wifi_network()->name())); 108 SetText(UTF8ToWide(cros->cellular_network()->name())); 114 SetText(UTF16ToWide( 120 SetText(UTF16ToWide(
|