Searched defs:isLightTheme (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouterThemeHelper.java30 boolean isLightTheme = isLightTheme(context);
31 return new ContextThemeWrapper(context, isLightTheme ?
45 private static boolean isLightTheme(Context context) { method in class:MediaRouterThemeHelper
47 return context.getTheme().resolveAttribute(R.attr.isLightTheme, value, true)
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
H A DWizardManagerHelper.java141 public static boolean isLightTheme(Intent intent, boolean def) { method in class:WizardManagerHelper

Completed in 339 milliseconds