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

/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java1518 private static Context applyDefaultTheme(Context originalContext) { argument
1519 TypedArray a = originalContext.obtainStyledAttributes(new int[]{R.attr.isLightTheme});
1523 return new ContextThemeWrapper(originalContext, themeId);

Completed in 9 milliseconds