Searched refs:themeResId (Results 1 – 3 of 3) sorted by relevance
31 final int themeResId = intent.getIntExtra(EXTRAS_THEME_RES_ID, R.style.Theme_Base); in onCreate() local32 setTheme(themeResId); in onCreate()
91 public TestThemeHelper(Context context, int themeResId) { in TestThemeHelper() argument92 final Resources.Theme theme = new ContextThemeWrapper(context, themeResId).getTheme(); in TestThemeHelper()
937 private void assertActivityLaunchedAndThemeApplied(String activityName, int themeResId, in assertActivityLaunchedAndThemeApplied() argument940 getTestThemeIntent(activityName, themeResId)); in assertActivityLaunchedAndThemeApplied()941 final TestThemeHelper expected = new TestThemeHelper(activity, themeResId); in assertActivityLaunchedAndThemeApplied()1020 private static Intent getTestThemeIntent(String activityName, int themeResId) { in getTestThemeIntent() argument1023 intent.putExtra(ThemeActivity.EXTRAS_THEME_RES_ID, themeResId); in getTestThemeIntent()