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 D | ThemeResolverTest.java | 44 @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 D | ThemeResolver.java | 17 @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 D | WizardManagerHelper.java | 291 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 D | ThemeHelper.java | 72 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 D | WfcActivationActivity.java | 126 int defaultTheme = in setSuwTheme() local
|
/aosp12/packages/apps/ThemePicker/robolectric_tests/src/com/android/customization/model/theme/ |
H A D | ThemeManagerTest.java | 102 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 D | KeyboardThemeTests.java | 164 final KeyboardTheme defaultTheme = KeyboardTheme.getDefaultKeyboardTheme( in assertDefaultKeyboardTheme() local
|
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
H A D | BridgeContext.java | 561 StyleResourceValue defaultTheme = mRenderResources.getDefaultTheme(); in isAppCompatTheme() local
|