Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DWallpaperInfoHelper.java38 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()
DPreviewFragment.java460 (actionLabel, exploreIntent) -> { in setUpExploreIntentAndLabel()
461 mActionLabel = actionLabel; in setUpExploreIntentAndLabel()
/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/providers/MediaProvider/
Dgen_strings.py79 actionLabel = "Modifying" variable
81 actionLabel = "Deleting" variable
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DWallpaperInfoView.java55 CharSequence actionLabel, in populateWallpaperInfo() argument
87 mExploreButton.setText(actionLabel); in populateWallpaperInfo()
/packages/apps/Car/tests/TestMediaApp/src/com/android/car/media/testmediaapp/
DTmaMediaEvent.java126 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/
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/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/imewidescreen/
DCarUiImeWideScreenController.java580 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/
DInputTypeUtils.java110 } else if (editorInfo.actionLabel != null) { in getImeOptionsActionIdFromEditorInfo()
/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/apps/Car/LatinIME/src/com/android/inputmethod/latin/
DCarLatinIME.java459 } else if (editorInfo.actionLabel != null) { in getImeOptionsActionIdFromEditorInfo()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/
DIndividualPickerFragment.java1048 (actionLabel, exploreIntent) -> in onWallpaperSelected()
1051 actionLabel, in onWallpaperSelected()
/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
DLeanbackKeyboardContainer.java878 mEnterKeyText = attribute.actionLabel; in setImeOptions()