HomeSort by relevance Sort by last modified time
    Searched defs:isLightTheme (Results 1 - 2 of 2) sorted by null

  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouterThemeHelper.java 30 boolean isLightTheme = isLightTheme(context);
31 if (isLightTheme && forceDark) {
33 isLightTheme = false;
35 return new ContextThemeWrapper(context, isLightTheme ?
49 private static boolean isLightTheme(Context context) {
51 return context.getTheme().resolveAttribute(R.attr.isLightTheme, value, true)
  /prebuilts/sdk/current/support/v7/mediarouter/libs/
android-support-v7-mediarouter.jar 

Completed in 973 milliseconds