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

/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/app/
H A DMediaRouterThemeHelper.java170 private static boolean isLightTheme(Context context) { method in class:MediaRouterThemeHelper
172 // TODO(sungsoo): Switch to com.android.internal.R.attr.isLightTheme
173 return context.getTheme().resolveAttribute(android.support.v7.appcompat.R.attr.isLightTheme,
197 if (isLightTheme(context)) {
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/app/
H A DMediaRouterThemeHelper.java169 private static boolean isLightTheme(Context context) { method in class:MediaRouterThemeHelper
171 return context.getTheme().resolveAttribute(androidx.appcompat.R.attr.isLightTheme,
195 if (isLightTheme(context)) {
/frameworks/base/core/java/com/android/internal/app/
H A DMediaRouteChooserDialog.java134 isLightTheme(getContext()) ? R.drawable.ic_media_route_off_holo_light
181 static boolean isLightTheme(Context context) { method in class:MediaRouteChooserDialog
183 return context.getTheme().resolveAttribute(R.attr.isLightTheme, value, true)
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
H A DWizardManagerHelper.java241 public static boolean isLightTheme(Intent intent, boolean def) { method in class:WizardManagerHelper
243 return isLightTheme(theme, def);
254 public static boolean isLightTheme(String theme, boolean def) { method in class:WizardManagerHelper

Completed in 130 milliseconds