Home
last modified time | relevance | path

Searched refs:mThemedContext (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
DWindowDecorActionBar.java88 private Context mThemedContext; field in WindowDecorActionBar
866 if (mThemedContext == null) { in getThemedContext()
873 mThemedContext = new ContextThemeWrapper(mContext, targetThemeRes); in getThemedContext()
875 mThemedContext = mContext; in getThemedContext()
878 return mThemedContext; in getThemedContext()
/frameworks/base/core/java/com/android/internal/app/
DWindowDecorActionBar.java76 private Context mThemedContext; field in WindowDecorActionBar
891 if (mThemedContext == null) { in getThemedContext()
899 mThemedContext = new ContextThemeWrapper(mContext, targetThemeRes); in getThemedContext()
901 mThemedContext = mContext; in getThemedContext()
904 return mThemedContext; in getThemedContext()