/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
D | WallpaperInfoHelper.java | 38 void onReceiveExploreIntent(CharSequence actionLabel, @Nullable Intent exploreIntent); in onReceiveExploreIntent() argument 47 CharSequence actionLabel = getActionLabel(context, wallpaperInfo); in loadExploreIntent() local 53 intent -> callback.onReceiveExploreIntent(actionLabel, intent)); in loadExploreIntent() 55 callback.onReceiveExploreIntent(actionLabel, null); in loadExploreIntent()
|
D | PreviewFragment.java | 460 (actionLabel, exploreIntent) -> { in setUpExploreIntentAndLabel() 461 mActionLabel = actionLabel; in setUpExploreIntentAndLabel()
|
/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/providers/MediaProvider/ |
D | gen_strings.py | 79 actionLabel = "Modifying" variable 81 actionLabel = "Deleting" variable
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/ |
D | WallpaperInfoView.java | 55 CharSequence actionLabel, in populateWallpaperInfo() argument 87 mExploreButton.setText(actionLabel); in populateWallpaperInfo()
|
/packages/apps/Car/tests/TestMediaApp/src/com/android/car/media/testmediaapp/ |
D | TmaMediaEvent.java | 126 String actionLabel, ResolutionIntent resolutionIntent, Action action, int postDelayMs, in TmaMediaEvent() argument 131 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/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/imewidescreen/ |
D | CarUiImeWideScreenController.java | 580 mInputEditorInfo.actionLabel != null || (hasAction && hasNoAccessoryAction in onStartInputView() 731 if (mInputEditorInfo.actionLabel != null) { in intiExtractAction() 732 ((TextView) mExtractActionAutomotive).setText(mInputEditorInfo.actionLabel); in intiExtractAction()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
D | InputTypeUtils.java | 110 } else if (editorInfo.actionLabel != null) { in getImeOptionsActionIdFromEditorInfo()
|
/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/apps/Car/LatinIME/src/com/android/inputmethod/latin/ |
D | CarLatinIME.java | 459 } else if (editorInfo.actionLabel != null) { in getImeOptionsActionIdFromEditorInfo()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/ |
D | IndividualPickerFragment.java | 1048 (actionLabel, exploreIntent) -> in onWallpaperSelected() 1051 actionLabel, in onWallpaperSelected()
|
/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/ |
D | LeanbackKeyboardContainer.java | 878 mEnterKeyText = attribute.actionLabel; in setImeOptions()
|