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

<<11121314151617181920>>

  /development/samples/ApiDemos/src/com/example/android/apis/app/
RedirectGetter.java 66 mText.setText(mTextPref);
68 mText.setText("");
  /development/samples/ApiDemos/src/com/example/android/apis/text/
Link.java 60 t3.setText(
81 t4.setText(ss);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
TableLayout8.java 58 label.setText(R.string.table_layout_8_quit);
62 shortcut.setText(R.string.table_layout_8_ctrlq);
  /development/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
ContentViewActivity.java 44 tv.setText("Viewing content from ACTION_VIEW");
47 tv.setText(intent.getStringExtra(EXTRA_TEXT));
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRLexerState.h 55 - (void) setText:(NSString *) theText;
  /external/icu4c/i18n/unicode/
stsearch.h 343 virtual void setText(const UnicodeString &text, UErrorCode &status);
359 virtual void setText(CharacterIterator &text, UErrorCode &status);
  /external/jmonkeyengine/engine/src/android/jme3test/android/
DemoLaunchAdapter.java 49 tvDemoName.setText(entry.getName());
52 tvDescription.setText(entry.getDescription());
  /external/replicaisland/src/com/replica/replicaisland/
KeyboardConfigDialogPreference.java 102 mLeftText.setText(getKeyLabel(mLeftKeyCode));
105 mRightText.setText(getKeyLabel(mRightKeyCode));
108 mJumpText.setText(getKeyLabel(mJumpKeyCode));
111 mAttackText.setText(getKeyLabel(mAttackKeyCode));
217 mLeftText.setText(getKeyLabel(keyCode));
221 mRightText.setText(getKeyLabel(keyCode));
225 mJumpText.setText(getKeyLabel(keyCode));
229 mAttackText.setText(getKeyLabel(keyCode));
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListItemISVAndButton.java 61 topButton.setText("button " + position + ")");
68 filler.setText("filler");
ListItemsExpandOnSelection.java 45 result.setText(getValueAtPosition(position));
56 ((ExpandWhenSelectedView)convertView).setText(getValueAtPosition(position));
  /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/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, "
  /libcore/luni/src/main/java/java/text/
RuleBasedBreakIterator.java 78 @Override public void setText(CharacterIterator newText) {
81 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/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/Gallery2/src/com/android/gallery3d/filtershow/
ImageStateAdapter.java 47 itemLabel.setText(filter.getName());
49 itemParameter.setText("" + filter.getParameter());
  /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/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!");
  /tools/motodev/src/plugins/common/src/com/motorola/studio/android/wizards/elements/
AddRemoveButtons.java 62 addButton.setText(UtilitiesNLS.UI_AddRemoveButtons_AddButtonLabel);
76 removeButton.setText(UtilitiesNLS.UI_AddRemoveButtons_RemoveButtonLabel);
  /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...]

Completed in 540 milliseconds

<<11121314151617181920>>