HomeSort by relevance Sort by last modified time
    Searched defs:setText (Results 1 - 25 of 248) sorted by null

1 2 3 4 5 6 7 8 910

  /external/webkit/Source/WebCore/dom/
BeforeProcessEvent.cpp 38 void BeforeProcessEvent::setText(const String&)
BeforeTextInsertedEvent.h 45 void setText(const String& s) { m_text = s; }
  /frameworks/base/core/java/android/text/
ClipboardManager.java 35 public abstract void setText(CharSequence text);
  /packages/apps/Contacts/src/com/android/contacts/widget/
TextWithHighlighting.java 25 void setText(CharArrayBuffer baseText, CharArrayBuffer highlightedText);
  /development/apps/Development/src/com/android/development/
LogTextBox.java 69 public void setText(CharSequence text, BufferType type) {
70 super.setText(text, BufferType.EDITABLE);
ShowActivity.java 75 mPackage.setText(mActivityInfo.applicationInfo.packageName);
79 mClass.setText(mActivityInfo.name.substring(
82 mClass.setText(mActivityInfo.name);
85 mLabel.setText("\"" + (label != null ? label : "") + "\"");
88 mLaunch.setText(getText(R.string.launch_multiple));
91 mLaunch.setText(getText(R.string.launch_singleTop));
94 mLaunch.setText(getText(R.string.launch_singleTask));
97 mLaunch.setText(getText(R.string.launch_singleInstance));
100 mLaunch.setText(getText(R.string.launch_unknown));
102 mProcess.setText(mActivityInfo.processName)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/text/
LogTextBox.java 61 public void setText(CharSequence text, BufferType type) {
62 super.setText(text, BufferType.EDITABLE);
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
HyperRef.java 32 setText (text, nbsp);
  /external/icu4c/common/
schriter.cpp 108 StringCharacterIterator::setText(const UnicodeString& newText) {
110 UCharCharacterIterator::setText(text.getBuffer(), text.length());
  /packages/apps/CertInstaller/src/com/android/certinstaller/
ViewHelper.java 34 v.setText(msgId);
42 void setText(int viewId, String text) {
45 if (v != null) v.setText(text);
48 void setText(int viewId, int textId) {
50 if (v != null) v.setText(textId);
  /packages/apps/Contacts/tests/src/com/android/contacts/format/
TestTextWithHighlightingFactory.java 33 public void setText(CharArrayBuffer baseText, CharArrayBuffer highlightedText) {
  /frameworks/base/core/java/android/widget/
EditText.java 77 public void setText(CharSequence text, BufferType type) {
78 super.setText(text, BufferType.EDITABLE);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
DateWidgets2.java 55 mTimeDisplay.setText(
  /external/apache-harmony/beans/src/test/support/java/org/apache/harmony/beans/tests/support/
StandardBean.java 44 public void setText(String text) {
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
TAlt.java 12 super.setText("alt");
17 super.setText("alt");
34 public void setText(@SuppressWarnings("unused") String text)
TAnd.java 12 super.setText("&&");
17 super.setText("&&");
34 public void setText(@SuppressWarnings("unused") String text)
TAssignment.java 12 super.setText("=");
17 super.setText("=");
34 public void setText(@SuppressWarnings("unused") String text)
TAutoescape.java 12 super.setText("autoescape");
17 super.setText("autoescape");
34 public void setText(@SuppressWarnings("unused") String text)
TBang.java 12 super.setText("!");
17 super.setText("!");
34 public void setText(@SuppressWarnings("unused") String text)
TBracketClose.java 12 super.setText("]");
17 super.setText("]");
34 public void setText(@SuppressWarnings("unused") String text)
TBracketOpen.java 12 super.setText("[");
17 super.setText("[");
34 public void setText(@SuppressWarnings("unused") String text)
TCall.java 12 super.setText("call");
17 super.setText("call");
34 public void setText(@SuppressWarnings("unused") String text)
TComma.java 12 super.setText(",");
17 super.setText(",");
34 public void setText(@SuppressWarnings("unused") String text)
TCommentStart.java 12 super.setText("#");
17 super.setText("#");
34 public void setText(@SuppressWarnings("unused") String text)
TContentType.java 12 super.setText("content-type");
17 super.setText("content-type");
34 public void setText(@SuppressWarnings("unused") String text)

Completed in 408 milliseconds

1 2 3 4 5 6 7 8 910