Searched refs:actionLabel (Results 1 – 8 of 8) sorted by relevance
237 public CharSequence actionLabel = null; field in EditorInfo408 pw.println(prefix + "actionLabel=" + actionLabel in dump()433 TextUtils.writeToParcel(actionLabel, dest, flags); in writeToParcel()461 res.actionLabel = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(source);
2475 final boolean hasAction = ei.actionLabel != null || ( in onUpdateExtractingViews()2485 if (ei.actionLabel != null) { in onUpdateExtractingViews()2486 mExtractAction.setContentDescription(ei.actionLabel); in onUpdateExtractingViews()2491 if (ei.actionLabel != null) { in onUpdateExtractingViews()2492 ((TextView) mExtractAction).setText(ei.actionLabel); in onUpdateExtractingViews()
448 outAttrs.actionLabel = Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP ? null : in onCreateInputConnection()
6460 outAttrs.actionLabel = mEditor.mInputContentType.imeActionLabel; in onCreateInputConnection()
35619 field public java.lang.CharSequence actionLabel;
44626 field public java.lang.CharSequence actionLabel;
44705 field public java.lang.CharSequence actionLabel;
47629 field public java.lang.CharSequence actionLabel;