Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DEditorInfo.java337 public CharSequence actionLabel = null; field in EditorInfo
536 pw.println(prefix + "actionLabel=" + actionLabel in dump()
565 TextUtils.writeToParcel(actionLabel, dest, flags); in writeToParcel()
595 res.actionLabel = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(source);
/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()
618 @Nullable String actionLabel, in onSelectionAction() argument
623 selectionStart, selectionEnd, action, actionLabel, classification); in onSelectionAction()
804 @Nullable String actionLabel, in logSelectionAction() argument
822 maybeGenerateTranslateClickEvent(classification, actionLabel); in logSelectionAction()
922 @Nullable TextClassification classification, String actionLabel) { in maybeGenerateTranslateClickEvent() argument
926 classification, mClassificationContext, actionLabel); in maybeGenerateTranslateClickEvent()
945 TextClassificationContext classificationContext, @Nullable String actionLabel) { in generateTranslateEvent() argument
963 && !translateAction.getTitle().toString().equals(actionLabel)) { in generateTranslateEvent()
DTextView.java8634 outAttrs.actionLabel = mEditor.mInputContentType.imeActionLabel; in onCreateInputConnection()
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java2828 final boolean hasAction = ei.actionLabel != null || ( in onUpdateExtractingViews()
2838 if (ei.actionLabel != null) { in onUpdateExtractingViews()
2839 mExtractAction.setContentDescription(ei.actionLabel); in onUpdateExtractingViews()
2844 if (ei.actionLabel != null) { in onUpdateExtractingViews()
2845 ((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.java913 + " actionLabel=" + entry.mEditorInfo.actionLabel); in dump()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt35619 field public java.lang.CharSequence actionLabel;
/frameworks/base/non-updatable-api/
Dcurrent.txt54381 field public CharSequence actionLabel;
/frameworks/base/api/
Dcurrent.txt54525 field public CharSequence actionLabel;