/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/utils/ |
D | HiltExt.kt | 31 @StyleRes themeResId: Int = R.style.Theme_HealthConnect, in <lambda>() 40 themeResId, 62 @StyleRes themeResId: Int = R.style.Theme_HealthConnect, in launchDialog() 71 themeResId, 90 @StyleRes themeResId: Int = R.style.Theme_HealthConnect, in launchFragment() 98 themeResId, in launchFragment()
|
/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/ |
D | WifiDialog2Test.kt | 67 assertThat(modal.context.themeResId).isEqualTo(wifiDialog2.context.themeResId) in <lambda>() 91 assertThat(modal.context.themeResId).isEqualTo(wifiDialog2.context.themeResId) in <lambda>()
|
/packages/services/Car/tests/ThemePlayground/src/com/android/car/themeplayground/ |
D | DefaultThemeSamples.java | 56 int themeResId = this.getResources().getIdentifier(themeName, in onCreate() 58 if (themeResId == 0) { in onCreate() 65 Utils.changeToTheme(this, themeName, themeResId); in onCreate()
|
D | Utils.java | 34 public static void changeToTheme(Activity activity, String themeName, int themeResId) { in changeToTheme() argument 36 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/TvFeedbackConsent/src/com/android/tv/feedbackconsent/ |
D | TvFeedbackConsentInformationDialog.java | 44 @StyleRes int themeResId, in TvFeedbackConsentInformationDialog() argument 47 super(context, themeResId); in TvFeedbackConsentInformationDialog()
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | BaseContext.kt | 45 constructor(base: Context, themeResId: Int, private val destroyOnDetach: Boolean = true) : 46 ContextThemeWrapper(base, themeResId), ActivityContext {
|
/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 | 200 protected ProgressAlertDialog(@NonNull Context context, int themeResId) { in ProgressAlertDialog() argument 201 super(context, themeResId); in ProgressAlertDialog()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | WallpaperSetter.java | 111 int themeResId = (VERSION.SDK_INT < VERSION_CODES.LOLLIPOP) in setCurrentWallpaper() local 113 mProgressDialog = new ProgressDialog(containerActivity, themeResId); in setCurrentWallpaper()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/window/ |
D | RecentsWindowContext.kt | 40 themeResId = Themes.getActivityThemeRes(windowContext, wallpaperColorHints),
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batteryusage/ |
D | PowerUsageSummaryScreenTest.kt | 107 themeResId = R.style.Theme_CollapsingToolbar_Settings,
|