Home
last modified time | relevance | path

Searched refs:actionLabel (Results 1 – 11 of 11) 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.java45 private @StringRes int actionLabel; field in EmptyContentView
95 actionLabel = resourceId; in setActionLabel()
106 return actionLabel; in getActionLabel()
/packages/apps/Car/tests/TestMediaApp/src/com/android/car/media/testmediaapp/
DTmaMediaEvent.java125 String actionLabel, ResolutionIntent resolutionIntent, Action action, int postDelayMs, in TmaMediaEvent() argument
130 mActionLabel = actionLabel; in TmaMediaEvent()
/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/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/setup/
DSetupWizardActivity.java445 final int finishedInstruction, final int actionIcon, final int actionLabel) {
461 mActionLabel.setText(res.getString(actionLabel));
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DInputTypeUtils.java110 } else if (editorInfo.actionLabel != null) { in getImeOptionsActionIdFromEditorInfo()
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DLauncherAccessibilityDelegate.java105 public void addAccessibilityAction(int action, int actionLabel) { in addAccessibilityAction() argument
106 mActions.put(action, new AccessibilityAction(action, mLauncher.getText(actionLabel))); in addAccessibilityAction()
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/
DCarLatinIME.java459 } else if (editorInfo.actionLabel != null) { in getImeOptionsActionIdFromEditorInfo()
/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
DLeanbackKeyboardContainer.java878 mEnterKeyText = attribute.actionLabel; in setImeOptions()