Searched refs:actionLabel (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | EditorInfo.java | 388 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 D | SelectionActionModeHelper.java | 208 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 D | TextView.java | 9737 outAttrs.actionLabel = mEditor.mInputContentType.imeActionLabel; in onCreateInputConnection()
|
/aosp14/frameworks/base/core/java/android/inputmethodservice/ |
H A D | InputMethodService.java | 3857 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 D | InputMethodManagerService.java | 1124 + " actionLabel=" + entry.mEditorInfo.actionLabel); in dump()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 55469 field public CharSequence actionLabel;
|