Searched refs:actionLabel (Results 1 – 11 of 11) sorted by relevance
/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | SnackBar.java | 55 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/ |
D | EmptyContentView.java | 45 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/ |
D | TmaMediaEvent.java | 125 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/ |
D | KeyboardId.java | 97 mCustomActionLabel = (mEditorInfo.actionLabel != null) in KeyboardId() 98 ? mEditorInfo.actionLabel.toString() : null; in KeyboardId()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/ |
D | KlpActionCustomTests.java | 32 editorInfo.actionLabel = "customLabel"; in testActionCustom()
|
D | LxxActionCustomTests.java | 32 editorInfo.actionLabel = "customLabel"; in testActionCustom()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/ |
D | SetupWizardActivity.java | 445 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/ |
D | InputTypeUtils.java | 110 } else if (editorInfo.actionLabel != null) { in getImeOptionsActionIdFromEditorInfo()
|
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ |
D | LauncherAccessibilityDelegate.java | 105 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/ |
D | CarLatinIME.java | 459 } else if (editorInfo.actionLabel != null) { in getImeOptionsActionIdFromEditorInfo()
|
/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/ |
D | LeanbackKeyboardContainer.java | 878 mEnterKeyText = attribute.actionLabel; in setImeOptions()
|