Home
last modified time | relevance | path

Searched defs:setText (Results 1 – 25 of 39) sorted by relevance

12

/aosp14/frameworks/base/core/java/android/text/
H A DClipboardManager.java35 public abstract void setText(CharSequence text); in setText() method in ClipboardManager
H A DStaticLayout.java139 public Builder setText(CharSequence source) { in setText() method in StaticLayout.Builder
156 public Builder setText(@NonNull CharSequence source, int start, int end) { in setText() method in StaticLayout.Builder
/aosp14/frameworks/base/packages/SettingsLib/FooterPreference/src/com/android/settingslib/widget/
H A DLinkTextView.java41 public void setText(CharSequence text, BufferType type) { in setText() method in LinkTextView
/aosp14/frameworks/base/core/java/android/widget/
H A DTextSwitcher.java76 public void setText(CharSequence text) { in setText() method in TextSwitcher
H A DToast.java559 public void setText(@StringRes int resId) { in setText() method in Toast
567 public void setText(CharSequence s) { in setText() method in Toast
H A DEditText.java148 public void setText(CharSequence text, BufferType type) { in setText() method in EditText
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DAccountItemView.java94 private void setText(TextView view, String text) { in setText() method in AccountItemView
H A DSubtitleView.java140 public void setText(int resId) { in setText() method in SubtitleView
145 public void setText(CharSequence text) { in setText() method in SubtitleView
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DLabelView.java90 public void setText(String text) { in setText() method in LabelView
H A DTextViewTest.java438 public void setText(CharSequence text, BufferType type) { in setText() method in TextViewTest.NullSetTextTextView
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/volume/
H A DUtil.java173 public static boolean setText(TextView tv, CharSequence text) { in setText() method in Util
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DHeavyWeightSwitcherActivity.java89 void setText(int id, CharSequence text) { in setText() method in HeavyWeightSwitcherActivity
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DEmptyShadeView.java81 public void setText(@StringRes int text) { in setText() method in EmptyShadeView
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSDualTileLabel.java121 public void setText(CharSequence text) { in setText() method in QSDualTileLabel
/aosp14/frameworks/base/core/java/android/content/
H A DClipboardManager.java354 public void setText(CharSequence text) { in setText() method in ClipboardManager
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DOverlayActionChip.java89 public void setText(CharSequence text) { in setText() method in OverlayActionChip
/aosp14/frameworks/base/core/java/android/view/
H A DViewStructure.java210 public abstract void setText(CharSequence text); in setText() method in ViewStructure
216 public abstract void setText(CharSequence text, int selectionStart, int selectionEnd); in setText() method in ViewStructure
/aosp14/frameworks/base/core/java/android/preference/
H A DEditTextPreference.java99 public void setText(String text) { in setText() method in EditTextPreference
/aosp14/frameworks/base/core/java/android/view/translation/
H A DTranslationResponseValue.java390 public @NonNull Builder setText(@NonNull CharSequence value) { in setText() method in TranslationResponseValue.Builder
/aosp14/frameworks/base/core/java/android/webkit/
H A DFindActionModeCallback.java83 public void setText(String text) { in setText() method in FindActionModeCallback
/aosp14/frameworks/base/core/java/android/app/
H A DActionBar.java1212 public abstract Tab setText(CharSequence text); in setText() method in ActionBar.Tab
1221 public abstract Tab setText(@StringRes int resId); in setText() method in ActionBar.Tab
/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DContentCaptureEvent.java279 public ContentCaptureEvent setText(@Nullable CharSequence text) { in setText() method in ContentCaptureEvent
H A DViewNode.java806 public void setText(CharSequence text) { in setText() method in ViewNode.ViewStructureImpl
813 public void setText(CharSequence text, int selectionStart, int selectionEnd) { in setText() method in ViewNode.ViewStructureImpl
/aosp14/frameworks/base/core/java/android/view/textclassifier/
H A DConversationActions.java247 public Builder setText(@Nullable CharSequence text) { in setText() method in ConversationActions.Message.Builder
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSliceView.java441 public void setText(CharSequence text, BufferType type) { in setText() method in KeyguardSliceView.KeyguardSliceTextView

12