Searched refs:actionLabel (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | SelectionActionModeHelper.java | 204 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()
|
D | TextView.java | 8747 outAttrs.actionLabel = mEditor.mInputContentType.imeActionLabel; in onCreateInputConnection()
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | EditorInfo.java | 378 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/ |
D | InputMethodService.java | 3164 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/ |
D | RecipientEditTextView.java | 490 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 | 1022 + " actionLabel=" + entry.mEditorInfo.actionLabel); in dump()
|
/frameworks/base/core/api/ |
D | current.txt | 51766 field public CharSequence actionLabel;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 35619 field public java.lang.CharSequence actionLabel;
|