Searched refs:mThemedContext (Results 1 – 3 of 3) sorted by relevance
38 private FallbackThemeWrapper mThemedContext; field in FallbackThemeWrapperTest45 mThemedContext = new FallbackThemeWrapper(baseContext, R.style.TestFallbackTheme); in setUp()51 mThemedContext.obtainStyledAttributes(new int[] {android.R.attr.background}); in testThemeValueOnlyInBase()59 mThemedContext.obtainStyledAttributes(new int[] {android.R.attr.foreground}); in testThemeValueOnlyInFallback()67 mThemedContext.obtainStyledAttributes(new int[] {android.R.attr.theme}); in testThemeValueInBoth()
88 private Context mThemedContext; field in WindowDecorActionBar921 if (mThemedContext == null) { in getThemedContext()928 mThemedContext = new ContextThemeWrapper(mContext, targetThemeRes); in getThemedContext()930 mThemedContext = mContext; in getThemedContext()933 return mThemedContext; in getThemedContext()
75 private Context mThemedContext; field in WindowDecorActionBar908 if (mThemedContext == null) { in getThemedContext()916 mThemedContext = new ContextThemeWrapper(mContext, targetThemeRes); in getThemedContext()918 mThemedContext = mContext; in getThemedContext()921 return mThemedContext; in getThemedContext()