Searched refs:actionLabel (Results 1 – 6 of 6) sorted by relevance
235 public CharSequence actionLabel = null; field in EditorInfo384 pw.println(prefix + "actionLabel=" + actionLabel in dump()408 TextUtils.writeToParcel(actionLabel, dest, flags); in writeToParcel()431 res.actionLabel = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(source);
2311 final boolean hasAction = ei.actionLabel != null || ( in onUpdateExtractingViews()2318 if (ei.actionLabel != null) { in onUpdateExtractingViews()2319 mExtractAction.setText(ei.actionLabel); in onUpdateExtractingViews()
400 outAttrs.actionLabel = Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP ? null : in onCreateInputConnection()
6277 outAttrs.actionLabel = mEditor.mInputContentType.imeActionLabel; in onCreateInputConnection()
38299 field public java.lang.CharSequence actionLabel;
40594 field public java.lang.CharSequence actionLabel;