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

/frameworks/support/v7/appcompat/src/android/support/v7/view/
H A DContextThemeWrapper.java32 public class ContextThemeWrapper extends ContextWrapper { class in inherits:ContextWrapper
37 public ContextThemeWrapper(Context base, @StyleRes int themeResId) { method in class:ContextThemeWrapper
42 public ContextThemeWrapper(Context base, Resources.Theme theme) { method in class:ContextThemeWrapper
/frameworks/base/core/java/android/view/
H A DContextThemeWrapper.java30 public class ContextThemeWrapper extends ContextWrapper { class in inherits:ContextWrapper
44 public ContextThemeWrapper() { method in class:ContextThemeWrapper
59 public ContextThemeWrapper(Context base, @StyleRes int themeResId) { method in class:ContextThemeWrapper
67 * Unlike {@link #ContextThemeWrapper(Context, int)}, the theme passed to
73 public ContextThemeWrapper(Context base, Resources.Theme theme) { method in class:ContextThemeWrapper

Completed in 48 milliseconds