Searched refs:actionLabel (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/view/inputmethod/ |
D | EditorInfo.java | 337 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/ |
D | SelectionActionModeHelper.java | 175 public void onSelectionAction(int menuItemId, @Nullable String actionLabel) { in onSelectionAction() argument 178 getActionType(menuItemId), actionLabel, mTextClassification); in onSelectionAction() local 582 @Nullable String actionLabel, in onSelectionAction() argument 587 selectionStart, selectionEnd, action, actionLabel, classification); in onSelectionAction() 767 @Nullable String actionLabel, in logSelectionAction() argument 785 maybeGenerateTranslateClickEvent(classification, actionLabel); in logSelectionAction() 885 @Nullable TextClassification classification, String actionLabel) { in maybeGenerateTranslateClickEvent() argument 889 classification, mClassificationContext, actionLabel); in maybeGenerateTranslateClickEvent() 908 TextClassificationContext classificationContext, @Nullable String actionLabel) { in generateTranslateEvent() argument 926 && !translateAction.getTitle().toString().equals(actionLabel)) { in generateTranslateEvent()
|
D | TextView.java | 8629 outAttrs.actionLabel = mEditor.mInputContentType.imeActionLabel; in onCreateInputConnection()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | InputMethodService.java | 2828 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/ |
D | RecipientEditTextView.java | 487 outAttrs.actionLabel = Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP ? null : in onCreateInputConnection()
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | InputMethodManagerService.java | 913 + " actionLabel=" + entry.mEditorInfo.actionLabel); in dump()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 35619 field public java.lang.CharSequence actionLabel;
|
/frameworks/base/api/ |
D | current.txt | 53017 field public CharSequence actionLabel;
|