Searched refs:actionLabel (Results 1 – 8 of 8) sorted by relevance
55 private Action(@Nullable Runnable actionRunnable, @Nullable String actionLabel) { in Action() argument57 mActionLabel = actionLabel; in Action()79 public static Action createCustomAction(final Runnable runnable, final String actionLabel) { in createCustomAction() argument80 return new Action(runnable, actionLabel); in createCustomAction()
43 private @StringRes int actionLabel; field in EmptyContentView90 actionLabel = resourceId; in setActionLabel()101 return actionLabel; in getActionLabel()
97 mCustomActionLabel = (mEditorInfo.actionLabel != null) in KeyboardId()98 ? mEditorInfo.actionLabel.toString() : null; in KeyboardId()
445 final int finishedInstruction, final int actionIcon, final int actionLabel) {461 mActionLabel.setText(res.getString(actionLabel));
32 editorInfo.actionLabel = "customLabel"; in testActionCustom()
110 } else if (editorInfo.actionLabel != null) { in getImeOptionsActionIdFromEditorInfo()
446 } else if (editorInfo.actionLabel != null) { in getImeOptionsActionIdFromEditorInfo()