Searched refs:setText (Results 51 - 75 of 400) sorted by relevance

1234567891011>>

/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DEditTextPreferenceDialogFragmentCompat.java46 mEditText.setText(getEditTextPreference().getText());
88 getEditTextPreference().setText(value);
H A DEditTextPreference.java61 public void setText(String text) { method in class:EditTextPreference
90 setText(restoreValue ? getPersistedString(mText) : (String) defaultValue);
121 setText(myState.text);
/frameworks/base/core/java/android/preference/
H A DEditTextPreference.java87 public void setText(String text) { method in class:EditTextPreference
114 editText.setText(getText());
146 setText(value);
158 setText(restoreValue ? getPersistedString(mText) : (String) defaultValue);
205 setText(myState.text);
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DContactsExpansion.java69 ((TextView)contactItem.findViewById(R.id.contact_name)).setText(contactsData[dataIndex++]);
71 setText(contactsData[dataIndex++]);
72 ((TextView)contactItem.findViewById(R.id.contact_city)).setText(contactsData[dataIndex++]);
73 ((TextView)contactItem.findViewById(R.id.contact_phone)).setText(contactsData[dataIndex++]);
74 ((TextView)contactItem.findViewById(R.id.contact_email)).setText(contactsData[dataIndex++]);
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DLevelsV4.java94 t.setText("Saturation");
100 t.setText("In Black");
106 t.setText("Out Black");
112 t.setText("In White");
118 t.setText("Out White");
H A DVignette.java45 t.setText("Scale");
51 t.setText("Shade");
57 t.setText("Slope");
63 t.setText("Shift center X");
69 t.setText("Shift center Y");
H A DFisheye.java43 t.setText("Scale");
49 t.setText("Shift center X");
55 t.setText("Shift center Y");
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DLevelsV4.java88 t.setText("Saturation");
94 t.setText("In Black");
100 t.setText("Out Black");
106 t.setText("In White");
112 t.setText("Out White");
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");
H A DFisheye.java40 t.setText("Scale");
46 t.setText("Shift center X");
52 t.setText("Shift center Y");
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DLevelsV4.java88 t.setText("Saturation");
94 t.setText("In Black");
100 t.setText("Out Black");
106 t.setText("In White");
112 t.setText("Out White");
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");
H A DFisheye.java43 t.setText("Scale");
49 t.setText("Shift center X");
55 t.setText("Shift center Y");
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSDualTileLabel.java118 public void setText(CharSequence text) { method in class:QSDualTileLabel
155 mFirstLine.setText(null);
156 mSecondLine.setText(null);
164 mFirstLine.setText(mText);
165 mSecondLine.setText(null);
191 mFirstLine.setText(mText.substring(0, lastWordBoundary));
192 mSecondLine.setText(mText.substring(lastWordBoundary).trim());
/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DHorizontalFocusSearch.java95 button.setText(label);
104 button.setText(label);
111 filler.setText("filler");
H A DListWithFooterViewAndNewLabels.java46 footerButton.setText("hi");
58 topButton.setText("click to add new item");
102 tv.setText(label);
H A DVerticalFocusSearch.java103 button.setText(label);
120 button.setText(label);
127 filler.setText("filler");
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
H A DGridThrasher.java97 view.setText(mTitles[position] + " " + mVersion[position]);
129 mText.setText("Position " + position);
133 mText.setText("Nothing");
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListThrasher.java95 view.setText(mTitles[position] + " " + mVersion[position]);
125 mText.setText("Position " + position);
129 mText.setText("Nothing");
H A DListSetSelection.java46 mButton.setText("setSelection(0)");
/frameworks/base/media/mca/samples/CameraEffectsRecordingSample/java/android/media/filterfw/samples/
H A DCameraEffectsRecordingSample.java85 mRunButton.setText("Record");
94 mRunButton.setText("Record");
97 mRunButton.setText("Stop");
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DControlButtonPresenterSelector.java99 vh.mLabel.setText(action.getLabel1());
101 vh.mLabel.setText(null);
118 vh.mLabel.setText(null);
H A DRowHeaderPresenter.java92 ((RowHeaderView) viewHolder.view).setText(null);
98 ((RowHeaderView) viewHolder.view).setText(headerItem.getName());
104 ((RowHeaderView) viewHolder.view).setText(null);
/frameworks/base/core/java/com/android/internal/app/
H A DHeavyWeightSwitcherActivity.java93 void setText(int id, CharSequence text) { method in class:HeavyWeightSwitcherActivity
94 ((TextView)findViewById(id)).setText(text);
118 setText(actionId, getString(actionStr, appName));
119 setText(descriptionId, getText(descriptionStr));
/frameworks/base/core/tests/coretests/src/android/widget/
H A DAutoCompleteTextViewPopup.java190 textView.setText("");
201 textView.setText("a", false);
207 waitAssertPopupShowState("isPopupShowing() after setText(\"a\", false)", textView, false);
212 textView.setText("a");
217 // Drop-down should show up after setText() with filtering
256 textView.setText("");

Completed in 436 milliseconds

1234567891011>>