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/WallpaperPicker2/src/com/android/wallpaper/picker/ |
D | TopLevelPickerActivity.java | 674 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()
|
D | CategoryFragment.java | 365 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/ |
D | LocalClassLoaderContextThemeWrapper.java | 32 @StyleRes int themeResId) { in LocalClassLoaderContextThemeWrapper() argument 33 super(base, themeResId); in LocalClassLoaderContextThemeWrapper()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/utils/ |
D | LocalClassLoaderContextThemeWrapper.java | 32 @StyleRes int themeResId) { in LocalClassLoaderContextThemeWrapper() argument 33 super(base, themeResId); in LocalClassLoaderContextThemeWrapper()
|
/packages/apps/PermissionController/src/android/support/wearable/view/ |
D | WearableDialogHelper.java | 163 public DialogBuilder(Context context, int themeResId) { in DialogBuilder() argument 164 super(context, themeResId); in DialogBuilder()
|
D | AcceptDenyDialog.java | 80 public AcceptDenyDialog(Context context, @StyleRes int themeResId) { in AcceptDenyDialog() argument 81 super(context, themeResId); in AcceptDenyDialog()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | WallpaperSetter.java | 96 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/ |
D | IndividualPickerFragment.java | 545 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()
|