Home
last modified time | relevance | path

Searched refs:themeResId (Results 1 – 10 of 10) 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.java674 int themeResId; in refreshDailyWallpaper() local
676 themeResId = R.style.ProgressDialogThemePreL; in refreshDailyWallpaper()
678 themeResId = R.style.LightDialogTheme; in refreshDailyWallpaper()
680 mRefreshWallpaperProgressDialog = new ProgressDialog(this, themeResId); in refreshDailyWallpaper()
1039 int themeResId; in showSettingWallpaperProgressDialog() local
1041 themeResId = R.style.ProgressDialogThemePreL; in showSettingWallpaperProgressDialog()
1043 themeResId = R.style.LightDialogTheme; in showSettingWallpaperProgressDialog()
1045 mSetWallpaperProgressDialog = new ProgressDialog(this, themeResId); in showSettingWallpaperProgressDialog()
DCategoryFragment.java365 int themeResId; in refreshDailyWallpaper() local
367 themeResId = R.style.ProgressDialogThemePreL; in refreshDailyWallpaper()
369 themeResId = R.style.LightDialogTheme; in refreshDailyWallpaper()
371 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.java96 int themeResId = (VERSION.SDK_INT < VERSION_CODES.LOLLIPOP) in setCurrentWallpaper() local
98 mProgressDialog = new ProgressDialog(containerActivity, themeResId); in setCurrentWallpaper()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/
DIndividualPickerFragment.java545 int themeResId; in startRotation() local
547 themeResId = R.style.ProgressDialogThemePreL; in startRotation()
549 themeResId = R.style.LightDialogTheme; in startRotation()
551 mProgressDialog = new ProgressDialog(getActivity(), themeResId); in startRotation()