Searched refs:actionLabel (Results 1 – 9 of 9) 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 | 204 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()
|
D | TextView.java | 8634 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 | 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 | 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/non-updatable-api/ |
D | current.txt | 54381 field public CharSequence actionLabel;
|
/frameworks/base/api/ |
D | current.txt | 54525 field public CharSequence actionLabel;
|