Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/utils/
DHiltExt.kt31 @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/
DWifiDialog2Test.kt67 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/
DDefaultThemeSamples.java56 int themeResId = this.getResources().getIdentifier(themeName, in onCreate()
58 if (themeResId == 0) { in onCreate()
65 Utils.changeToTheme(this, themeName, themeResId); in onCreate()
DUtils.java34 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/
DLocalClassLoaderContextThemeWrapper.java32 @StyleRes int themeResId) { in LocalClassLoaderContextThemeWrapper() argument
33 super(base, themeResId); in LocalClassLoaderContextThemeWrapper()
/packages/apps/TvFeedbackConsent/src/com/android/tv/feedbackconsent/
DTvFeedbackConsentInformationDialog.java44 @StyleRes int themeResId, in TvFeedbackConsentInformationDialog() argument
47 super(context, themeResId); in TvFeedbackConsentInformationDialog()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DBaseContext.kt45 constructor(base: Context, themeResId: Int, private val destroyOnDetach: Boolean = true) :
46 ContextThemeWrapper(base, themeResId), ActivityContext {
/packages/modules/Permission/PermissionController/src/android/support/wearable/view/
DAcceptDenyDialog.java81 public AcceptDenyDialog(Context context, @StyleRes int themeResId) { in AcceptDenyDialog() argument
82 super(context, themeResId); in AcceptDenyDialog()
DWearableDialogHelper.java164 public DialogBuilder(Context context, int themeResId) { in DialogBuilder() argument
165 super(context, themeResId); in DialogBuilder()
/packages/apps/Settings/src/com/android/settings/applications/intentpicker/
DProgressDialogFragment.java200 protected ProgressAlertDialog(@NonNull Context context, int themeResId) { in ProgressAlertDialog() argument
201 super(context, themeResId); in ProgressAlertDialog()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperSetter.java111 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/
DRecentsWindowContext.kt40 themeResId = Themes.getActivityThemeRes(windowContext, wallpaperColorHints),
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batteryusage/
DPowerUsageSummaryScreenTest.kt107 themeResId = R.style.Theme_CollapsingToolbar_Settings,