Home
last modified time | relevance | path

Searched refs:actionLabel (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DEditorInfo.java388 public CharSequence actionLabel = null; field in EditorInfo
1191 pw.println(prefix + "actionLabel=" + actionLabel in dump()
1231 newEditorInfo.actionLabel = TextUtils.stringOrSpannedString(actionLabel); in createCopyInternal()
1265 TextUtils.writeToParcel(actionLabel, dest, flags); in writeToParcel()
1304 res.actionLabel = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(source);
1371 && TextUtils.equals(actionLabel, that.actionLabel) in kindofEquals()
/aosp14/frameworks/base/core/java/android/widget/
H A DSelectionActionModeHelper.java208 public void onSelectionAction(int menuItemId, @Nullable String actionLabel) { in onSelectionAction() argument
212 getActionType(menuItemId), actionLabel, mTextClassification); in onSelectionAction()
630 @Nullable String actionLabel, in onSelectionAction() argument
635 selectionStart, selectionEnd, action, actionLabel, classification); in onSelectionAction()
816 @Nullable String actionLabel, in logSelectionAction() argument
834 maybeGenerateTranslateClickEvent(classification, actionLabel); in logSelectionAction()
934 @Nullable TextClassification classification, String actionLabel) { in maybeGenerateTranslateClickEvent() argument
938 classification, mClassificationContext, actionLabel); in maybeGenerateTranslateClickEvent()
957 TextClassificationContext classificationContext, @Nullable String actionLabel) { in generateTranslateEvent() argument
975 && !translateAction.getTitle().toString().equals(actionLabel)) { in generateTranslateEvent()
H A DTextView.java9737 outAttrs.actionLabel = mEditor.mInputContentType.imeActionLabel; in onCreateInputConnection()
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java3857 final boolean hasAction = ei.actionLabel != null || (
3867 if (ei.actionLabel != null) {
3868 mExtractAction.setContentDescription(ei.actionLabel);
3873 if (ei.actionLabel != null) {
3874 ((TextView) mExtractAction).setText(ei.actionLabel);
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java1124 + " actionLabel=" + entry.mEditorInfo.actionLabel); in dump()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt55469 field public CharSequence actionLabel;