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.java85 private Context mThemedContext; field in WindowDecorActionBar
882 if (mThemedContext == null) { in getThemedContext()
889 mThemedContext = new ContextThemeWrapper(mContext, targetThemeRes); in getThemedContext()
891 mThemedContext = mContext; in getThemedContext()
894 return mThemedContext; in getThemedContext()
/frameworks/base/core/java/com/android/internal/app/
DWindowDecorActionBar.java75 private Context mThemedContext; field in WindowDecorActionBar
873 if (mThemedContext == null) { in getThemedContext()
881 mThemedContext = new ContextThemeWrapper(mContext, targetThemeRes); in getThemedContext()
883 mThemedContext = mContext; in getThemedContext()
886 return mThemedContext; in getThemedContext()