Home
last modified time | relevance | path

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

/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/util/
DFallbackThemeWrapperTest.java36 private FallbackThemeWrapper mThemedContext; field in FallbackThemeWrapperTest
42 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()
/frameworks/base/core/java/com/android/internal/app/
DWindowDecorActionBar.java76 private Context mThemedContext; field in WindowDecorActionBar
912 if (mThemedContext == null) { in getThemedContext()
920 mThemedContext = new ContextThemeWrapper(mContext, targetThemeRes); in getThemedContext()
922 mThemedContext = mContext; in getThemedContext()
925 return mThemedContext; in getThemedContext()