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

/frameworks/support/design/src/android/support/design/widget/
H A DBottomSheetDialog.java55 super(context, getThemeResId(context, theme));
200 private static int getThemeResId(Context context, int themeId) { method in class:BottomSheetDialog
/frameworks/base/core/java/android/view/
H A DContextThemeWrapper.java146 public int getThemeResId() { method in class:ContextThemeWrapper
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDialog.java46 super(context, getThemeResId(context, theme));
163 private static int getThemeResId(Context context, int themeId) { method in class:AppCompatDialog
/frameworks/support/v7/appcompat/src/android/support/v7/view/
H A DContextThemeWrapper.java147 public int getThemeResId() { method in class:ContextThemeWrapper
/frameworks/base/core/java/android/content/
H A DContextWrapper.java119 public int getThemeResId() { method in class:ContextWrapper
120 return mBase.getThemeResId();
H A DContext.java637 public int getThemeResId() { method in class:Context
/frameworks/base/core/java/android/app/
H A DContextImpl.java270 public int getThemeResId() { method in class:ContextImpl

Completed in 310 milliseconds