HomeSort by relevance Sort by last modified time
    Searched refs:setText (Results 251 - 275 of 1704) sorted by null

<<11121314151617181920>>

  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
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/ex/chips/src/com/android/ex/chips/
SingleRecipientArrayAdapter.java 57 display.setText(entry.getDisplayName());
61 destination.setText(Rfc822Tokenizer.tokenize(entry.getDestination())[0].getAddress());
  /packages/apps/Browser/src/com/android/browser/
HistoryItem.java 54 item.mTextView.setText(mTextView.getText());
55 item.mUrlText.setText(mUrlText.getText());
  /packages/apps/Browser/src/com/android/browser/preferences/
SeekBarSummaryPreference.java 58 mSummaryView.setText(mSummary);
75 mSummaryView.setText(mSummary);
  /packages/apps/Camera/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/activities/
ContactEditorAccountsChangedActivity.java 93 textView.setText(getString(R.string.contact_editor_prompt_multiple_accounts));
96 button.setText(getString(R.string.add_new_account));
114 textView.setText(getString(R.string.contact_editor_prompt_one_account,
119 leftButton.setText(getString(R.string.add_new_account));
124 rightButton.setText(getString(android.R.string.ok));
140 textView.setText(getString(R.string.contact_editor_prompt_zero_accounts));
144 leftButton.setText(getString(R.string.keep_local));
158 rightButton.setText(getString(R.string.add_account));
  /packages/apps/ContactsCommon/src/com/android/contacts/common/format/
PrefixHighlighter.java 42 public void setText(TextView view, String text, String prefix) {
43 view.setText(apply(text, prefix));
  /packages/apps/Gallery2/src/com/android/camera/ui/
InLineSettingMenu.java 53 mEntry.setText(mPreference.getEntry());
57 mEntry.setText(mPreference.getEntries()[index]);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DialogActivity.java 44 mTitleView.setText(titleRes);
48 mTitleView.setText(title);
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
FileItemInfoLayout.java 56 mFileNameView.setText(fileName.substring(sLengthExternalStorageDirPrefix));
60 mFileSizeView.setText(filesize);
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigInfo.java 55 mConfigList.setText(configList);
57 mConfigList.setText(R.string.wifi_state_disabled);
  /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/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerServiceTest.java 28 mEditText.setText("tgis ");
48 mEditText.setText("???? ");
  /development/apps/Development/src/com/android/development/
SyncAdapterDriver.java 164 mStatusTextView.setText(
172 mStatusTextView.setText(
189 mStatusTextView.setText(getString(R.string.status_canceled_sync));
192 mStatusTextView.setText(
235 mBoundAdapterTextView.setText(getString(R.string.binding_connected_format,
241 mBoundAdapterTextView.setText(getString(R.string.binding_not_connected));
255 mStatusTextView.setText(getString(R.string.status_received_heartbeat));
260 mStatusTextView.setText(
263 mStatusTextView.setText(
283 mStatusTextView.setText(getString(R.string.status_already_bound))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkDebuggerTab.java 73 grpGdb.setText("Launch Options");
79 lblDebugger.setText("Debugger:");
85 btnBrowseGdb.setText("Browse...");
89 lblNewLabel.setText("GDB Command File:");
95 btnBrowseGdbInit.setText("Browse...");
115 lblPort.setText("Port:");
134 grpSharedLibraries.setText("Shared Libraries");
154 mAddSolibButton.setText("Add...");
157 mDeleteSolibButton.setText("Remove");
208 mGdbPathText.setText(gdbPath)
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GameOverActivity.java 107 setText(value);
151 mPearlView.setText("--");
160 mEndingView.setText(R.string.game_results_kabocha_ending);
162 mEndingView.setText(R.string.game_results_rokudou_ending);
164 mEndingView.setText(R.string.game_results_wanda_ending);
  /frameworks/base/core/java/android/preference/
EditTextPreference.java 83 public void setText(String text) {
110 editText.setText(getText());
142 setText(value);
154 setText(restoreValue ? getPersistedString(mText) : (String) defaultValue);
201 setText(myState.text);
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
LevelsV4.java 94 t.setText("Saturation");
100 t.setText("In Black");
106 t.setText("Out Black");
112 t.setText("Out White");
118 t.setText("Out White");
Vignette.java 45 t.setText("Scale");
51 t.setText("Shade");
57 t.setText("Slope");
63 t.setText("Shift center X");
69 t.setText("Shift center Y");
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
LevelsV4.java 88 t.setText("Saturation");
94 t.setText("In Black");
100 t.setText("Out Black");
106 t.setText("Out White");
112 t.setText("Out White");
Vignette.java 41 t.setText("Scale");
47 t.setText("Shade");
53 t.setText("Slope");
59 t.setText("Shift center X");
65 t.setText("Shift center Y");
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
LevelsV4.java 94 t.setText("Saturation");
100 t.setText("In Black");
106 t.setText("Out Black");
112 t.setText("Out White");
118 t.setText("Out White");
Vignette.java 45 t.setText("Scale");
51 t.setText("Shade");
57 t.setText("Slope");
63 t.setText("Shift center X");
69 t.setText("Shift center Y");
  /hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
FmRxFreqInput.java 65 mBandRange.setText(getText(R.string.freqRangeEurope));
67 mBandRange.setText(getText(R.string.freqRangeJapan));
81 mUserText.setText(null);
95 mUserText.setText(null);
103 mUserText.setText(null);
  /libcore/luni/src/main/java/libcore/icu/
NativeBreakIterator.java 114 public void setText(CharacterIterator newText) {
119 setText(sb.toString(), newText);
122 public void setText(String newText) {
123 setText(newText, new StringCharacterIterator(newText));
126 private void setText(String s, CharacterIterator it) {

Completed in 687 milliseconds

<<11121314151617181920>>