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

/frameworks/base/core/java/android/view/
H A DContextThemeWrapper.java29 public class ContextThemeWrapper extends ContextWrapper { class in inherits:ContextWrapper
36 public ContextThemeWrapper() { method in class:ContextThemeWrapper
40 public ContextThemeWrapper(Context base, @StyleRes int themeResId) { method in class:ContextThemeWrapper
45 public ContextThemeWrapper(Context base, Resources.Theme theme) { method in class:ContextThemeWrapper
/frameworks/support/v7/appcompat/src/android/support/v7/internal/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

Completed in 79 milliseconds