/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 | 700 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()
|
D | CategoryFragment.java | 367 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/ |
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 | 97 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/ |
D | IndividualPickerFragment.java | 570 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/ |
D | AlertDialogBuilder.java | 64 public AlertDialogBuilder(Context context, int themeResId) { in AlertDialogBuilder() argument 65 mBuilder = new AlertDialog.Builder(context, themeResId); in AlertDialogBuilder()
|