Searched refs:getThemeResId (Results 1 - 13 of 13) sorted by relevance

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
H A DAppCompatDialog.java47 super(context, getThemeResId(context, theme));
164 private static int getThemeResId(Context context, int themeId) { method in class:AppCompatDialog
H A DAppCompatViewInflater.java354 || ((ContextThemeWrapper) context).getThemeResId() != themeId)) {
/frameworks/base/core/java/android/view/
H A DContextThemeWrapper.java146 public int getThemeResId() { method in class:ContextThemeWrapper
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/view/
H A DContextThemeWrapper.java136 public int getThemeResId() { method in class:ContextThemeWrapper
/frameworks/base/core/java/android/preference/
H A DPreferenceScreen.java200 Dialog dialog = mDialog = new Dialog(context, context.getThemeResId());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DUserInfoControllerImpl.java134 final boolean lightIcon = mContext.getThemeResId() != R.style.Theme_SystemUI_Light;
/frameworks/base/core/java/android/content/
H A DContextWrapper.java126 public int getThemeResId() { method in class:ContextWrapper
127 return mBase.getThemeResId();
H A DContext.java657 public int getThemeResId() { method in class:Context
/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java915 if (targetThemeRes != 0 && mContext.getThemeResId() != targetThemeRes) {
/frameworks/base/core/java/android/app/
H A DContextImpl.java302 public int getThemeResId() { method in class:ContextImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java2789 final boolean lightWpTheme = mContext.getThemeResId() == R.style.Theme_SystemUI_Light;
3878 if (mContext.getThemeResId() != themeResId) {
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java3103 if (theme != context.getThemeResId() || labelRes != 0) {
/frameworks/base/config/
H A Dboot-image-profile.txt461 HPLandroid/app/ContextImpl;->getThemeResId()I
[all...]

Completed in 250 milliseconds