Searched refs:setText (Results 226 - 250 of 259) sorted by relevance

1234567891011

/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
H A DProfileActivity.java129 mUrl.setText(url);
/frameworks/opt/mailcommon/java/com/android/mailcommon/
H A DWebViewContextMenu.java280 titleView.setText(extra);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletTicker.java297 tv.setText(n.tickerText);
/frameworks/base/core/java/com/android/internal/app/
H A DActionBarImpl.java1052 public Tab setText(CharSequence text) { method in class:ActionBarImpl.TabImpl
1061 public Tab setText(int resId) { method in class:ActionBarImpl.TabImpl
1062 return setText(mContext.getResources().getText(resId));
H A DResolverActivity.java649 text.setText(info.displayLabel);
652 text2.setText(info.extendedInfo);
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java2216 mExtractAction.setText(ei.actionLabel);
2218 mExtractAction.setText(getTextForImeAction(ei.imeOptions));
2279 eet.setText("");
H A DKeyboardView.java908 mPreviewText.setText(null);
911 mPreviewText.setText(getPreviewText(key));
/frameworks/base/core/java/android/accounts/
H A DChooseTypeAndAccountActivity.java504 descriptionView.setText(descriptionOverride);
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java526 mTitleView.setText(title);
544 mSubtitleView.setText(subtitle);
784 mTitleView.setText(mTitle);
791 mSubtitleView.setText(mSubtitle);
H A DLockPatternUtils.java1286 button.setText(upper);
1288 button.setText(textId);
H A DTransportControlView.java300 mTrackTitle.setText(sb.toString(), TextView.BufferType.SPANNABLE);
H A DSlidingTab.java232 text.setText(resId);
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DActivityTestMain.java331 tv.setText(r.baseIntent.getComponent().flattenToShortString());
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DUiObject.java465 public boolean setText(String text) throws UiObjectNotFoundException { method in class:UiObject
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkController.java1316 v.setText(combinedLabel);
1324 v.setText(wifiLabel);
1336 v.setText(mobileLabel);
1351 v.setText(mobileLabel); // comes from the telephony stack
/frameworks/base/core/java/android/widget/
H A DCalendarView.java1050 label.setText(mDayLabels[i - 1]);
1259 mMonthName.setText(newMonthName);
H A DEditor.java283 tv.setText(mError);
1734 shadowView.setText(text);
1946 mDeleteTextView.setText(com.android.internal.R.string.delete);
2289 textView.setText(suggestionInfo.text);
2800 mPasteTextView.setText(com.android.internal.R.string.paste);
2806 mReplaceTextView.setText(com.android.internal.R.string.replace);
H A DNumberPicker.java1757 mInputText.setText(text);
2430 info.setText(text);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java171 holder.labelView.setText(td.getLabel());
223 holder.labelView.setText(null);
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java589 tv.setText(com.android.internal.R.string.gadget_host_error_inflating);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardTransportControlView.java311 mTrackTitle.setText(sb.toString(), TextView.BufferType.SPANNABLE);
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DEnvReverbTest.java249 mSendLevelDisplay.setText(text);
/frameworks/base/core/java/android/webkit/
H A DCallbackProxy.java671 v.setText(defaultVal);
673 .setText(message);
H A DWebViewClassic.java522 mAutoCompletePopup.setText(newText.toString());
613 mPasteTextView.setText(com.android.internal.R.string.paste);
3675 mFindCallback.setText(text);
3683 mFindCallback.setText(text);
4764 mAutoCompletePopup.setText(mInputConnection.getEditable());
5353 cm.setText(selection);
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java1206 public void setText(CharSequence text) { method in class:AccessibilityNodeInfo

Completed in 512 milliseconds

1234567891011