Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/
DSnackBar.java55 private Action(@Nullable Runnable actionRunnable, @Nullable String actionLabel) { in Action() argument
57 mActionLabel = actionLabel; in Action()
79 public static Action createCustomAction(final Runnable runnable, final String actionLabel) { in createCustomAction() argument
80 return new Action(runnable, actionLabel); in createCustomAction()
/packages/apps/Dialer/java/com/android/dialer/widget/
DEmptyContentView.java43 private @StringRes int actionLabel; field in EmptyContentView
90 actionLabel = resourceId; in setActionLabel()
101 return actionLabel; in getActionLabel()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardId.java97 mCustomActionLabel = (mEditorInfo.actionLabel != null) in KeyboardId()
98 ? mEditorInfo.actionLabel.toString() : null; in KeyboardId()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
DSetupWizardActivity.java445 final int finishedInstruction, final int actionIcon, final int actionLabel) {
461 mActionLabel.setText(res.getString(actionLabel));
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
DKlpActionCustomTests.java32 editorInfo.actionLabel = "customLabel"; in testActionCustom()
DLxxActionCustomTests.java32 editorInfo.actionLabel = "customLabel"; in testActionCustom()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DInputTypeUtils.java110 } else if (editorInfo.actionLabel != null) { in getImeOptionsActionIdFromEditorInfo()
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/
DCarLatinIME.java446 } else if (editorInfo.actionLabel != null) { in getImeOptionsActionIdFromEditorInfo()