HomeSort by relevance Sort by last modified time
    Searched full:settext (Results 76 - 100 of 3563) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/tests/SharedLibrary/lib/src/com/google/android/test/shared_library/
AddressView.java 32 mNameView.setText(a.getString(R.styleable.AddressView_name));
34 mStreetView.setText((streetNumber <= 0 ? "" : Integer.toString(streetNumber)) +
36 mCityStateZipView.setText(a.getString(R.styleable.AddressView_city) + ", " +
39 mCountryView.setText(a.getString(R.styleable.AddressView_country));
  /frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/adapter/
InstanceAdapter.java 32 view.setText(String.format(format, text, "foo", "bar", "baz"));
37 view.setText(String.format(format, text, text2, "foo", "bar"));
42 view.setText(String.format(format, oldText, text, "foo", "bar"));
48 view.setText(String.format(format, oldText1, oldText2, text1, text2));
53 view.setText(String.format("%s %s", text, component == null ? "null" : "component"));
58 view.setText(String.format(format, text, component == null ? "null" : "component", "bar", "baz"));
63 view.setText(String.format(format, text, text2, component == null ? "null" : "component",
MultiArgTestAdapter.java 46 view.setText(join(class1, class2));
52 view.setText(join(str1, str2));
57 view.setText(class1.getValue());
62 view.setText(str);
67 view.setText(class2.getValue());
72 view.setText(String.format("%s -> %s", oldValue, newValue));
78 view.setText(String.format("%s, %s -> %s, %s", oldValue1, oldValue2, newValue1, newValue2));
CustomNamespaceAdapter.java 24 view.setText(value);
29 view.setText(value);
  /packages/apps/Dialer/java/com/android/contacts/common/util/
AccountFilterUtil.java 51 headerTextView.setText(R.string.list_filter_phones);
55 headerTextView.setText(
59 headerTextView.setText(R.string.listCustomView);
65 headerTextView.setText(R.string.list_filter_all_accounts);
69 headerTextView.setText(
73 headerTextView.setText(R.string.listCustomView);
76 headerTextView.setText(R.string.listSingleContact);
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ClipboardSample.java 69 tv.setText(mStyledText);
73 tv.setText(mPlainText);
78 tv.setText(mHtmlText);
133 mMimeTypes.setText("");
141 mMimeTypes.setText("NULL");
167 mDataText.setText("(No data)");
170 mDataText.setText(item.getText());
173 mDataText.setText(item.getHtmlText());
176 mDataText.setText(item.getIntent().toUri(0));
179 mDataText.setText(item.getUri().toString())
    [all...]
  /cts/tests/autofillservice/src/android/autofillservice/cts/
OptionalSaveActivityTest.java 84 mActivity.mAddress1.setText("742 Evergreen Terrace"); // required
85 mActivity.mAddress2.setText("Simpsons House"); // not required
86 mActivity.mCity.setText("Springfield"); // required
87 mActivity.mFavoriteColor.setText("Yellow"); // lol
99 mActivity.mAddress1.setText("742 Evergreen Terrace"); // required
100 mActivity.mCity.setText("Springfield"); // required
154 mActivity.mAddress2.setText("Simpsons House"); // not required
155 mActivity.mCity.setText("Springfield"); // required
156 mActivity.mFavoriteColor.setText("Yellow"); // lol
163 mActivity.mAddress1.setText("742 Evergreen Terrace"); // require
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
AToken.h 66 virtual void setText(const ANTLRChar *) = 0;
184 { setType(t); _line = 0; _text = NULL; setText(s); }
186 { setType((ANTLRTokenType)0); _line = 0; _text = NULL; setText(""); }
197 // MR9 RJV: Added code for variable length strings to setText()
199 void setText(const ANTLRChar *s)
204 if (_text == NULL) panic("ANTLRCommonNoRefCountToken::setText new failed");
208 if (_text == NULL) panic("ANTLRCommonNoRefCountToken::setText new failed");
219 t->setType(tt); t->setText(txt); t->setLine(line);
230 setText(from._text);
244 setText(rhs._text);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
AToken.h 65 virtual void setText(const ANTLRChar *) = 0;
164 { setType(t); _line = 0; _text = NULL; setText(s); }
166 { setType((ANTLRTokenType)0); _line = 0; _text = NULL; setText(""); }
177 // MR9 RJV: Added code for variable length strings to setText()
179 void setText(const ANTLRChar *s)
184 if (_text == NULL) panic("ANTLRCommonNoRefCountToken::setText new failed");
188 if (_text == NULL) panic("ANTLRCommonNoRefCountToken::setText new failed");
199 t->setType(tt); t->setText(txt); t->setLine(line);
210 setText(from._text);
224 setText(rhs._text);
    [all...]
  /external/skia/debugger/QT/
SkInspectorWidget.cpp 44 void SkInspectorWidget::setText(QString text, TabType type) {
50 fMatrixEntry[i].setText(QString::number(matrix.get(i), 'g', kSignificantNumbersInFields));
55 fClipEntry[0].setText(QString::number(clip.left(), 'g', kSignificantNumbersInFields));
56 fClipEntry[1].setText(QString::number(clip.top(), 'g', kSignificantNumbersInFields));
57 fClipEntry[2].setText(QString::number(clip.right(), 'g', kSignificantNumbersInFields));
58 fClipEntry[3].setText(QString::number(clip.bottom(), 'g', kSignificantNumbersInFields));
SkSettingsWidget.cpp 25 fVisibilityFilterCheckBox.setText("Visibility Filter");
28 fMegaVizCheckBox.setText("Mega Viz");
31 fPathOpsCheckBox.setText("PathOps ");
34 fOverdrawVizCheckBox.setText("Overdraw Viz");
  /packages/apps/Launcher3/src/com/android/launcher3/discovery/
AppDiscoveryItemView.java 81 mTitle.setText(info.title);
82 mPrice.setText(info.priceFormatted != null ? info.priceFormatted : "");
85 mRatingText.setText(new DecimalFormat("#.0").format(info.rating));
89 mReviewCount.setText("(" + reviewCountFormatted + ")");
93 mRatingText.setText("");
94 mReviewCount.setText("");
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
EmptyStateUtils.java 58 view.setText(R.string.empty_folder);
60 view.setText(R.string.empty_inbox);
64 view.setText(text);
66 view.setText(R.string.empty_spam_folder);
68 view.setText(R.string.empty_trash_folder);
70 view.setText(R.string.empty_folder);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
BreakIteratorTest.java 74 iterator.setText(TEXT);
80 iterator.setText(TEXT);
90 iterator.setText(TEXT);
106 iterator.setText(TEXT);
120 iterator.setText(TEXT);
129 iterator.setText(TEXT);
142 iterator.setText(TEXT);
159 iterator.setText(TEXT);
221 iterator.setText(TEXT);
242 * Class under test for void setText(CharacterIterator
    [all...]
  /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/autotest/frontend/client/src/autotest/afe/
ControlTypeSelect.java 13 display.getClient().setText(TestSelector.CLIENT_TYPE);
14 display.getServer().setText(TestSelector.SERVER_TYPE);
  /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());
  /cts/tests/tests/text/src/android/text/cts/
ClipboardManagerTest.java 54 mClipboardManager.setText(expected);
61 mClipboardManager.setText("");
64 mClipboardManager.setText("test");
67 mClipboardManager.setText(null);
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
BreakIteratorICU.java 93 public void setText(CharacterIterator newText) {
94 fIcuBrkItr.setText(newText);
98 public void setText(String newText) {
99 fIcuBrkItr.setText(newText);
  /external/javassist/sample/rmi/
AlertDialog.java 23 label.setText(message);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowClipboardManager.java 12 public void setText(CharSequence text) {
  /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);
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
DetailsDescriptionPresenter.java 26 viewHolder.getTitle().setText(movie.getTitle());
27 viewHolder.getSubtitle().setText(movie.getStudio());
28 viewHolder.getBody().setText(movie.getDescription());

Completed in 1991 milliseconds

1 2 34 5 6 7 8 91011>>