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.java215 public CharSequence actionLabel = null; field in EditorInfo
331 pw.println(prefix + "actionLabel=" + actionLabel in dump()
355 TextUtils.writeToParcel(actionLabel, dest, flags); in writeToParcel()
377 res.actionLabel = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(source);
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java2211 final boolean hasAction = ei.actionLabel != null || ( in onUpdateExtractingViews()
2218 if (ei.actionLabel != null) { in onUpdateExtractingViews()
2219 mExtractAction.setText(ei.actionLabel); in onUpdateExtractingViews()
/frameworks/ex/chips/src/com/android/ex/chips/
DRecipientEditTextView.java317 outAttrs.actionLabel = getContext().getString(R.string.done); in onCreateInputConnection()
/frameworks/base/core/java/android/widget/
DTextView.java5556 outAttrs.actionLabel = mEditor.mInputContentType.imeActionLabel; in onCreateInputConnection()
/frameworks/base/api/
D14.txt24468 field public java.lang.CharSequence actionLabel;
D15.txt24620 field public java.lang.CharSequence actionLabel;
D16.txt25784 field public java.lang.CharSequence actionLabel;
D17.txt26649 field public java.lang.CharSequence actionLabel;
Dcurrent.txt26649 field public java.lang.CharSequence actionLabel;