Searched refs:setText (Results 1 - 25 of 351) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/text/
H A DClipboardManager.java35 public abstract void setText(CharSequence text); method in class:ClipboardManager
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/java_only/src/com/framework/shareduid/java/
H A DMainActivity.java29 tv.setText("2 + 3 = 5 (computed in Java)");
/frameworks/base/tests/SharedLibrary/lib/src/com/google/android/test/shared_library/
H A DActivityMain.java29 content.setText("Dummy main entry for this apk; not really needed...");
H A DAddressView.java32 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/base/tests/SmokeTestApps/src/com/android/smoketest/triggers/
H A DCrashyApp2.java29 tv.setText("Hello, Other Crashy Android");
H A DCrashyApp.java29 tv.setText("Hello, Crashy Android");
H A DUnresponsiveApp.java29 tv.setText("Hello, Unresponsive Android");
/frameworks/base/core/tests/coretests/src/android/util/
H A DListItemFactory.java59 topButton.setText("top (position " + position + ")");
66 middleFiller.setText("filler");
71 bottomButton.setText("bottom (position " + position + ")");
120 button.setText("left");
128 button.setText("center");
136 button.setText("right");
158 result.setText(text);
178 ((Button) convertView).setText(text);
198 result.setText(text);
218 ((TextView) convertView).setText(tex
[all...]
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DObjectViewer.java122 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(Lon
[all...]
/frameworks/base/core/tests/coretests/src/android/view/
H A DCreateViewTest.java77 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");
/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewTest.java35 tv.setText(c, 1, 4);
38 tv.setText(c, 4, 5);
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListWithHeaders.java44 header.setText("Header View");
50 footer.setText("Footer View");
H A DListScrollListener.java58 mText.setText("Position " + position);
62 mText.setText("Nothing");
67 mText.setText("Showing " + firstCell + "-" + last + "/" + itemCount);
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
H A DFillInWrap.java30 ((TextView) findViewById(R.id.data)).setText("1\n2\n3\n4\n5");
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/src/com/framework/shareduid/bit32/
H A DMainActivity.java40 tv.setText("[computed by 32 bit native code] 2 + 3 = " + String.valueOf(sum));
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/src/com/framework/shareduid/bit64/
H A DMainActivity.java40 tv.setText("[computed by 64 bit native code] 2 + 3 = " + String.valueOf(sum));
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/src/com/framework/shareduid/dual/
H A DMainActivity.java40 tv.setText("[computed by 32 bit native code] 2 + 3 = " + String.valueOf(sum));
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DTitleBar.java37 mTextView = setText(0, label, true);
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DMandelbrot.java40 t.setText("Iterations");
51 t.setText("Lower Bound: X");
64 t.setText("Lower Bound: Y");
77 t.setText("Scale Factor");
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DMandelbrot.java29 t.setText("Iterations");
40 t.setText("Lower Bound: X");
53 t.setText("Lower Bound: Y");
66 t.setText("Scale Factor");
H A DVignette.java41 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/
H A DMandelbrot.java34 t.setText("Iterations");
45 t.setText("Lower Bound: X");
58 t.setText("Lower Bound: Y");
71 t.setText("Scale Factor");
/frameworks/base/core/java/android/widget/
H A DTextSwitcher.java32 * {@link #setText(CharSequence)} is called, TextSwitcher animates the current text
78 public void setText(CharSequence text) { method in class:TextSwitcher
80 t.setText(text);
91 ((TextView)getCurrentView()).setText(text);
/frameworks/base/core/tests/coretests/src/android/text/util/
H A DLinkifyTest.java34 tv.setText("Hey, foo@google.com, call 415-555-1212.");
46 tv.setText("Hey, foo@google.com, call 415-555-1212.");
59 tv.setText("Hey, foo@google.com, call 415-555-1212.");
/frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
H A DButtonActivity.java43 myButton.setText("Keyboard UP!");
54 myButton.setText("Keyboard UP!");
61 myButton.setText("Keyboard DOWN!");

Completed in 422 milliseconds

1234567891011>>