HomeSort by relevance Sort by last modified time
    Searched full:settext (Results 376 - 400 of 2290) sorted by null

<<11121314151617181920>>

  /external/icu4c/common/
schriter.cpp 108 StringCharacterIterator::setText(const UnicodeString& newText) {
110 UCharCharacterIterator::setText(text.getBuffer(), text.length());
  /external/icu4c/test/perf/ubrkperf/
ubrkperf.h 63 m_brkIt_->setText(UnicodeString(m_file_, m_fileLen_));
90 m_brkIt_->setText(UnicodeString(m_file_, m_fileLen_));
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
ColorTags.java 25 setText(seq);
39 void setText(final String charSeq) {
  /external/replicaisland/src/com/replica/replicaisland/
SliderPreference.java 68 minText.setText(mMinText);
73 maxText.setText(mMaxText);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/
RobolectricTestRunnerTest.java 65 tv.setText("Foo");
66 fail("TextView#setText(String) should produce an i18nException");
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
ScrollViewButtonsAndLabels.java 81 textView.setText("Text View " + i);
86 button.setText("Button " + (i + 1));
  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
StorageBrowser.java 83 view.setText(info.getDescription());
85 view.setText("???");
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardPINView.java 85 mPasswordEntry.setText(str.subSequence(0, str.length()-1));
95 mPasswordEntry.setText("");
  /frameworks/base/services/java/com/android/server/am/
LaunchWarningWindow.java 48 text.setText(context.getResources().getString(R.string.launch_warning_replace,
53 text.setText(context.getResources().getString(R.string.launch_warning_original,
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
MarqueeActivity.java 38 text1.setText("This is a marquee inside a TextView");
46 text2.setText("This is a marquee inside a TextView");
ViewFlipperActivity.java 44 ((TextView) view.findViewById(R.id.widget_text)).setText("This is a long line of text, "
50 ((TextView) view.findViewById(R.id.widget_text)).setText("Another very long line of text, "
  /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
DialogActivity.java 53 mButton1.setText("Dialog WITHOUT EditText");//(R.string.open_dialog_scrollable);
63 mButton2.setText("Dialog WITH EditText");//(R.string.open_dialog_nonscrollable);
EditTextActivityDialog.java 55 mButton1.setText(R.string.open_dialog_scrollable);
63 mButton2.setText(R.string.open_dialog_nonscrollable);
  /libcore/luni/src/main/java/java/text/
RuleBasedBreakIterator.java 78 @Override public void setText(CharacterIterator newText) {
83 wrapped.setText(newText);
  /packages/apps/Browser/src/com/android/browser/
HistoryItem.java 54 item.mTextView.setText(mTextView.getText());
55 item.mUrlText.setText(mUrlText.getText());
  /packages/apps/Calendar/src/com/android/calendar/
QuickResponseSettings.java 58 et.setText(response); // Value to edit
92 mEditTextPrefs[i].setText(mResponses[i]);
  /packages/apps/Camera/src/com/android/camera/ui/
InLineSettingMenu.java 53 mEntry.setText(mPreference.getEntry());
57 mEntry.setText(mPreference.getEntries()[index]);
  /packages/apps/Camera2/src/com/android/camera/ui/
InLineSettingMenu.java 53 mEntry.setText(mPreference.getEntry());
57 mEntry.setText(mPreference.getEntries()[index]);
  /packages/apps/Contacts/src/com/android/contacts/list/
DefaultContactBrowseListFragment.java 191 mCounterHeaderView.setText(String.format(format, count));
199 mCounterHeaderView.setText(getString(
203 mCounterHeaderView.setText(R.string.listTotalPhoneContactsZero);
206 mCounterHeaderView.setText(R.string.listTotalAllContactsZeroStarred);
209 mCounterHeaderView.setText(R.string.listTotalAllContactsZeroCustom);
212 mCounterHeaderView.setText(R.string.listTotalAllContactsZero);
229 mSearchProgressText.setText(R.string.search_results_searching);
232 mSearchProgressText.setText(R.string.listFoundAllContactsZero);
  /packages/apps/Gallery2/src/com/android/photos/adapters/
AlbumSetCursorAdapter.java 53 titleTextView.setText(cursor.getString(AlbumSetLoader.INDEX_TITLE));
58 countTextView.setText(context.getResources().getQuantityString(
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
BaseSuggestionView.java 82 mText1.setText(text);
89 mText2.setText(text);
  /packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsDetail.java 124 summary.setText(mEntry.mName);
127 mTitleView.setText(mEntry.mUiBaseLabel);
129 text1.setText(appLevelText);
150 mForceStopButton.setText(R.string.force_stop);
183 nameView.setText(ai.loadLabel(mPm));
186 descriptionView.setText(packageName);
196 labelView.setText(label);
197 valueView.setText(value);
  /packages/apps/SpeechRecorder/src/com/android/speechrecorder/
SpeechRecorderActivity.java 83 mCommand.setText("Please click 'Record' to begin");
107 m8KHz.setText("PCM/16bit/8KHz");
108 m11KHz.setText("PCM/16bit/11KHz");
143 mCommand.setText("Finished: Thank You!");
149 mCommand.setText("Say: \"" + utterances[index] + "\"");
172 mStatus.setText(status + " Recording... " + remain);
175 mStatus.setText(status);
241 mCommand.setText("Got it!");
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SuperCollapsedBlock.java 74 mSuperCollapsedText.setText(
80 ((TextView) findViewById(R.id.super_collapsed_text)).setText(
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
AttachmentComposeView.java 68 ((TextView) findViewById(R.id.attachment_name)).setText(mAttachment.getName());
72 setText(AttachmentUtils.convertToHumanReadableSize(context, mAttachment.size));

Completed in 956 milliseconds

<<11121314151617181920>>