Home
last modified time | relevance | path

Searched refs:themeResId (Results 1 – 11 of 11) sorted by relevance

/packages/services/Car/tests/ThemePlayground/src/com/android/car/themeplayground/
DDefaultThemeSamples.java53 int themeResId = this.getResources().getIdentifier(themeName, in onCreate()
55 if (themeResId == 0) { in onCreate()
62 Utils.changeToTheme(this, themeName, themeResId); in onCreate()
DUtils.java32 public static void changeToTheme(Activity activity, String themeName, int themeResId) { in changeToTheme() argument
34 sThemeResId = themeResId; in changeToTheme()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DTopLevelPickerActivity.java700 int themeResId; in refreshDailyWallpaper() local
702 themeResId = R.style.ProgressDialogThemePreL; in refreshDailyWallpaper()
704 themeResId = R.style.LightDialogTheme; in refreshDailyWallpaper()
706 mRefreshWallpaperProgressDialog = new ProgressDialog(this, themeResId); in refreshDailyWallpaper()
1065 int themeResId; in showSettingWallpaperProgressDialog() local
1067 themeResId = R.style.ProgressDialogThemePreL; in showSettingWallpaperProgressDialog()
1069 themeResId = R.style.LightDialogTheme; in showSettingWallpaperProgressDialog()
1071 mSetWallpaperProgressDialog = new ProgressDialog(this, themeResId); in showSettingWallpaperProgressDialog()
DCategoryFragment.java367 int themeResId; in refreshDailyWallpaper() local
369 themeResId = R.style.ProgressDialogThemePreL; in refreshDailyWallpaper()
371 themeResId = R.style.LightDialogTheme; in refreshDailyWallpaper()
373 mRefreshWallpaperProgressDialog = new ProgressDialog(getActivity(), themeResId); in refreshDailyWallpaper()
/packages/apps/Settings/src/com/android/settings/utils/
DLocalClassLoaderContextThemeWrapper.java32 @StyleRes int themeResId) { in LocalClassLoaderContextThemeWrapper() argument
33 super(base, themeResId); in LocalClassLoaderContextThemeWrapper()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/utils/
DLocalClassLoaderContextThemeWrapper.java32 @StyleRes int themeResId) { in LocalClassLoaderContextThemeWrapper() argument
33 super(base, themeResId); in LocalClassLoaderContextThemeWrapper()
/packages/apps/PermissionController/src/android/support/wearable/view/
DWearableDialogHelper.java163 public DialogBuilder(Context context, int themeResId) { in DialogBuilder() argument
164 super(context, themeResId); in DialogBuilder()
DAcceptDenyDialog.java80 public AcceptDenyDialog(Context context, @StyleRes int themeResId) { in AcceptDenyDialog() argument
81 super(context, themeResId); in AcceptDenyDialog()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperSetter.java97 int themeResId = (VERSION.SDK_INT < VERSION_CODES.LOLLIPOP) in setCurrentWallpaper() local
99 mProgressDialog = new ProgressDialog(containerActivity, themeResId); in setCurrentWallpaper()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/
DIndividualPickerFragment.java570 int themeResId; in startRotation() local
572 themeResId = R.style.ProgressDialogThemePreL; in startRotation()
574 themeResId = R.style.LightDialogTheme; in startRotation()
576 mProgressDialog = new ProgressDialog(getActivity(), themeResId); in startRotation()
/packages/apps/Car/libs/car-ui-lib/src/com/android/car/ui/
DAlertDialogBuilder.java64 public AlertDialogBuilder(Context context, int themeResId) { in AlertDialogBuilder() argument
65 mBuilder = new AlertDialog.Builder(context, themeResId); in AlertDialogBuilder()