Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DEditorInfo.java235 public CharSequence actionLabel = null; field in EditorInfo
384 pw.println(prefix + "actionLabel=" + actionLabel in dump()
408 TextUtils.writeToParcel(actionLabel, dest, flags); in writeToParcel()
431 res.actionLabel = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(source);
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java2311 final boolean hasAction = ei.actionLabel != null || ( in onUpdateExtractingViews()
2318 if (ei.actionLabel != null) { in onUpdateExtractingViews()
2319 mExtractAction.setText(ei.actionLabel); in onUpdateExtractingViews()
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java400 outAttrs.actionLabel = Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP ? null : in onCreateInputConnection()
/frameworks/base/core/java/android/widget/
DTextView.java6277 outAttrs.actionLabel = mEditor.mInputContentType.imeActionLabel; in onCreateInputConnection()
/frameworks/base/api/
Dcurrent.txt38299 field public java.lang.CharSequence actionLabel;
Dsystem-current.txt40594 field public java.lang.CharSequence actionLabel;