Home
last modified time | relevance | path

Searched defs:defaultTheme (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/util/
H A DThemeResolverTest.java44 @StyleRes int defaultTheme = 12345; in resolve_nonDayNight_shouldReturnCorrespondingTheme() local
60 @StyleRes int defaultTheme = 12345; in resolve_dayNight_shouldReturnDayNightTheme() local
88 @StyleRes int defaultTheme = 12345; in resolve_olderThanOldestSupportedTheme_shouldReturnDefault() local
102 @StyleRes int defaultTheme = 12345; in resolve_intentTheme_shouldReturnCorrespondingTheme() local
144 @StyleRes int defaultTheme = 12345; in resolve_suwIntent_shouldForceNonDayNightTheme() local
192 @StyleRes int defaultTheme = 12345; in applyTheme_glifV3_shouldSetActivityThemeToGlifV3() local
/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
H A DThemeResolver.java17 @StyleRes private final int defaultTheme; field in ThemeResolver
46 int defaultTheme, @Nullable String oldestSupportedTheme, boolean useDayNight) { in ThemeResolver()
188 @StyleRes private int defaultTheme = R.style.SuwThemeGlif_DayNight; field in ThemeResolver.Builder
200 public Builder setDefaultTheme(@StyleRes int defaultTheme) { in setDefaultTheme()
H A DWizardManagerHelper.java291 public static @StyleRes int getThemeRes(Intent intent, @StyleRes int defaultTheme) { in getThemeRes()
314 Intent intent, @StyleRes int defaultTheme, @Nullable String oldestSupportedTheme) { in getThemeRes()
346 String theme, @StyleRes int defaultTheme, @Nullable String oldestSupportedTheme) { in getThemeRes()
377 public static @StyleRes int getThemeRes(@Nullable String theme, @StyleRes int defaultTheme) { in getThemeRes()
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
H A DThemeHelper.java72 int defaultTheme = mSetupWizardBridge.isSetupWizardDayNightEnabled(context) in inferThemeResId() local
179 int resolveTheme(int defaultTheme, String themeName, boolean suppressDayNight); in resolveTheme()
213 public int resolveTheme(int defaultTheme, String themeName, boolean suppressDayNight) { in resolveTheme()
/aosp12/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/
H A DWfcActivationActivity.java126 int defaultTheme = in setSuwTheme() local
/aosp12/packages/apps/ThemePicker/robolectric_tests/src/com/android/customization/model/theme/
H A DThemeManagerTest.java102 ThemeBundle defaultTheme = new ThemeBundle.Builder().asDefault().build(mActivity); in apply_WithDefaultTheme_StoresEmptyJsonString() local
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
H A DKeyboardThemeTests.java164 final KeyboardTheme defaultTheme = KeyboardTheme.getDefaultKeyboardTheme( in assertDefaultKeyboardTheme() local
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java561 StyleResourceValue defaultTheme = mRenderResources.getDefaultTheme(); in isAppCompatTheme() local