Searched refs:setText (Results 151 - 175 of 400) sorted by relevance

1234567891011>>

/frameworks/base/core/java/com/android/internal/widget/
H A DSubtitleView.java134 setText(text);
138 public void setText(int resId) { method in class:SubtitleView
140 setText(text);
143 public void setText(CharSequence text) { method in class:SubtitleView
/frameworks/base/core/tests/coretests/src/android/widget/
H A DLabelView.java56 setText(s.toString());
90 public void setText(String text) { method in class:LabelView
/frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
H A DBackupRestoreConfirmation.java97 mStatusView.setText(name);
114 mStatusView.setText(name);
219 encPwDesc.setText(R.string.backup_enc_password_required);
222 encPwDesc.setText(R.string.backup_enc_password_optional);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DObscureSpeechDelegate.java80 info.setText(null);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationOverflowIconsView.java72 mMoreText.setText(
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbStorageActivity.java154 mBanner.setText(com.android.internal.R.string.usb_storage_stop_title);
155 mMessage.setText(com.android.internal.R.string.usb_storage_stop_message);
161 mBanner.setText(com.android.internal.R.string.usb_storage_title);
162 mMessage.setText(com.android.internal.R.string.usb_storage_message);
/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
H A DAbstractLayoutTest.java44 result.setText(name);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DClipOutlineActivity.java41 text.setText(buildText());
H A DClipRegionActivity.java38 text.setText(buildText());
H A DGetBitmapActivity.java50 button.setText("Copy bitmap to /sdcard/textureview.png");
/frameworks/base/tests/LargeAssetTest/src/com/android/largeassettest/
H A DLargeAssetTest.java100 mResultText.setText(text);
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DReparenting.java51 button.setText(Integer.toString(i));
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
H A DScaleDrawableTests.java58 t.setText(scaleTypes[i]);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DCustomBar.java138 protected TextView setText(int index, String string, boolean reference) { method in class:CustomBar
142 setText(textView, string, reference);
149 private void setText(TextView textView, String string, boolean reference) { method in class:CustomBar
156 textView.setText(string);
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DGrain.java38 t.setText("Strength");
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DBlur25.java43 t.setText("Radius");
H A DBlur25G.java42 t.setText("Radius");
H A DGrain.java33 t.setText("Strength");
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DBlur25G.java48 t.setText("Radius");
H A DGrain.java38 t.setText("Strength");
/frameworks/base/core/java/com/android/internal/app/
H A DMediaRouteChooserDialog.java220 text1.setText(route.getName());
224 text2.setText("");
227 text2.setText(description);
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DBassBoostTest.java76 mSessionText.setText(Integer.toString(sSession));
88 textView.setText("0");
90 textView.setText("1000");
H A DVirtualizerTest.java75 mSessionText.setText(Integer.toString(sSession));
86 textView.setText("0");
88 textView.setText("1000");
/frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/
H A DMainActivity.java171 mParamsTextView.setText("");
178 mParamsTextView.setText("Executing: " + params.getJobId() + " " + params.getExtras());
185 mParamsTextView.setText("");
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneResultAdapter.java286 vh.timeZone.setText(tzi.mDisplayName);
288 vh.timeOffset.setText(tzi.getGmtDisplayName(mContext));
294 vh.location.setText(location);

Completed in 678 milliseconds

1234567891011>>