Searched refs:themeResId (Results 1 – 10 of 10) sorted by relevance
/packages/services/Car/tests/ThemePlayground/src/com/android/car/themeplayground/ |
D | DefaultThemeSamples.java | 53 int themeResId = this.getResources().getIdentifier(themeName, in onCreate() 55 if (themeResId == 0) { in onCreate() 62 Utils.changeToTheme(this, themeName, themeResId); in onCreate()
|
D | Utils.java | 32 public static void changeToTheme(Activity activity, String themeName, int themeResId) { in changeToTheme() argument 34 sThemeResId = themeResId; in changeToTheme()
|
/packages/apps/Settings/src/com/android/settings/utils/ |
D | LocalClassLoaderContextThemeWrapper.java | 32 @StyleRes int themeResId) { in LocalClassLoaderContextThemeWrapper() argument 33 super(base, themeResId); in LocalClassLoaderContextThemeWrapper()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
D | TopLevelPickerActivity.java | 724 int themeResId; in refreshDailyWallpaper() local 726 themeResId = R.style.ProgressDialogThemePreL; in refreshDailyWallpaper() 728 themeResId = R.style.LightDialogTheme; in refreshDailyWallpaper() 730 mRefreshWallpaperProgressDialog = new ProgressDialog(this, themeResId); in refreshDailyWallpaper() 1096 int themeResId; in showSettingWallpaperProgressDialog() local 1098 themeResId = R.style.ProgressDialogThemePreL; in showSettingWallpaperProgressDialog() 1100 themeResId = R.style.LightDialogTheme; in showSettingWallpaperProgressDialog() 1102 mSetWallpaperProgressDialog = new ProgressDialog(this, themeResId); in showSettingWallpaperProgressDialog()
|
/packages/modules/Permission/PermissionController/src/android/support/wearable/view/ |
D | AcceptDenyDialog.java | 81 public AcceptDenyDialog(Context context, @StyleRes int themeResId) { in AcceptDenyDialog() argument 82 super(context, themeResId); in AcceptDenyDialog()
|
D | WearableDialogHelper.java | 164 public DialogBuilder(Context context, int themeResId) { in DialogBuilder() argument 165 super(context, themeResId); in DialogBuilder()
|
/packages/apps/Settings/src/com/android/settings/applications/intentpicker/ |
D | ProgressDialogFragment.java | 199 protected ProgressAlertDialog(@NonNull Context context, int themeResId) { in ProgressAlertDialog() argument 200 super(context, themeResId); in ProgressAlertDialog()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | WallpaperSetter.java | 139 int themeResId = (VERSION.SDK_INT < VERSION_CODES.LOLLIPOP) in setCurrentWallpaper() local 141 mProgressDialog = new ProgressDialog(containerActivity, themeResId); in setCurrentWallpaper()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/ |
D | IndividualPickerFragment.java | 814 int themeResId; in startRotation() local 816 themeResId = R.style.ProgressDialogThemePreL; in startRotation() 818 themeResId = R.style.LightDialogTheme; in startRotation() 820 mProgressDialog = new ProgressDialog(getActivity(), themeResId); in startRotation()
|
/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/ |
D | AlertDialogBuilder.java | 136 public AlertDialogBuilder(Context context, int themeResId) { in AlertDialogBuilder() argument 137 mBuilder = new AlertDialog.Builder(context, themeResId); in AlertDialogBuilder()
|