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

/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/app/
H A DMediaRouterThemeHelper.java48 context = new ContextThemeWrapper(context, getRouterThemeId(context));
85 context = new ContextThemeWrapper(context, getRouterThemeId(context));
96 theme = getRouterThemeId(context);
195 static int getRouterThemeId(Context context) { method in class:MediaRouterThemeHelper
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/app/
H A DMediaRouterThemeHelper.java48 context = new ContextThemeWrapper(context, getRouterThemeId(context));
86 context = new ContextThemeWrapper(context, getRouterThemeId(context));
97 theme = getRouterThemeId(context);
193 private static int getRouterThemeId(Context context) { method in class:MediaRouterThemeHelper

Completed in 216 milliseconds