Searched refs:mThemedContext (Results 1 – 2 of 2) sorted by relevance
36 private FallbackThemeWrapper mThemedContext; field in FallbackThemeWrapperTest42 mThemedContext = new FallbackThemeWrapper(baseContext, R.style.TestFallbackTheme); in setUp()48 mThemedContext.obtainStyledAttributes(new int[] {android.R.attr.background}); in testThemeValueOnlyInBase()56 mThemedContext.obtainStyledAttributes(new int[] {android.R.attr.foreground}); in testThemeValueOnlyInFallback()63 final TypedArray a = mThemedContext.obtainStyledAttributes(new int[] {android.R.attr.theme}); in testThemeValueInBoth()
76 private Context mThemedContext; field in WindowDecorActionBar912 if (mThemedContext == null) { in getThemedContext()920 mThemedContext = new ContextThemeWrapper(mContext, targetThemeRes); in getThemedContext()922 mThemedContext = mContext; in getThemedContext()925 return mThemedContext; in getThemedContext()