Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSelectionActionModeHelper.java204 public void onSelectionAction(int menuItemId, @Nullable String actionLabel) { in onSelectionAction() argument
208 getActionType(menuItemId), actionLabel, mTextClassification); in onSelectionAction()
620 @Nullable String actionLabel, in onSelectionAction() argument
625 selectionStart, selectionEnd, action, actionLabel, classification); in onSelectionAction()
806 @Nullable String actionLabel, in logSelectionAction() argument
824 maybeGenerateTranslateClickEvent(classification, actionLabel); in logSelectionAction()
924 @Nullable TextClassification classification, String actionLabel) { in maybeGenerateTranslateClickEvent() argument
928 classification, mClassificationContext, actionLabel); in maybeGenerateTranslateClickEvent()
947 TextClassificationContext classificationContext, @Nullable String actionLabel) { in generateTranslateEvent() argument
965 && !translateAction.getTitle().toString().equals(actionLabel)) { in generateTranslateEvent()
DTextView.java8747 outAttrs.actionLabel = mEditor.mInputContentType.imeActionLabel; in onCreateInputConnection()
/frameworks/base/core/java/android/view/inputmethod/
DEditorInfo.java378 public CharSequence actionLabel = null; field in EditorInfo
958 pw.println(prefix + "actionLabel=" + actionLabel in dump()
989 TextUtils.writeToParcel(actionLabel, dest, flags); in writeToParcel()
1025 res.actionLabel = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(source);
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java3164 final boolean hasAction = ei.actionLabel != null || ( in onUpdateExtractingViews()
3174 if (ei.actionLabel != null) { in onUpdateExtractingViews()
3175 mExtractAction.setContentDescription(ei.actionLabel); in onUpdateExtractingViews()
3180 if (ei.actionLabel != null) { in onUpdateExtractingViews()
3181 ((TextView) mExtractAction).setText(ei.actionLabel); in onUpdateExtractingViews()
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java490 outAttrs.actionLabel = Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP ? null : in onCreateInputConnection()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java1022 + " actionLabel=" + entry.mEditorInfo.actionLabel); in dump()
/frameworks/base/core/api/
Dcurrent.txt51766 field public CharSequence actionLabel;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt35619 field public java.lang.CharSequence actionLabel;