Home | History | Annotate | Download | only in app

Lines Matching defs:mThemedContext

75     private Context mThemedContext;
873 if (mThemedContext == null) {
881 mThemedContext = new ContextThemeWrapper(mContext, targetThemeRes);
883 mThemedContext = mContext;
886 return mThemedContext;