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

/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java78 private Context mThemedContext; field in class:WindowDecorActionBar
911 if (mThemedContext == null) {
919 mThemedContext = new ContextThemeWrapper(mContext, targetThemeRes);
921 mThemedContext = mContext;
924 return mThemedContext;
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DWindowDecorActionBar.java91 private Context mThemedContext; field in class:WindowDecorActionBar
900 if (mThemedContext == null) {
907 mThemedContext = new ContextThemeWrapper(mContext, targetThemeRes);
909 mThemedContext = mContext;
912 return mThemedContext;

Completed in 813 milliseconds