Home
last modified time | relevance | path

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

/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/util/
DFallbackThemeWrapperTest.java38 private FallbackThemeWrapper mThemedContext; field in FallbackThemeWrapperTest
45 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()
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
DWindowDecorActionBar.java88 private Context mThemedContext; field in WindowDecorActionBar
921 if (mThemedContext == null) { in getThemedContext()
928 mThemedContext = new ContextThemeWrapper(mContext, targetThemeRes); in getThemedContext()
930 mThemedContext = mContext; in getThemedContext()
933 return mThemedContext; in getThemedContext()
/frameworks/base/core/java/com/android/internal/app/
DWindowDecorActionBar.java75 private Context mThemedContext; field in WindowDecorActionBar
908 if (mThemedContext == null) { in getThemedContext()
916 mThemedContext = new ContextThemeWrapper(mContext, targetThemeRes); in getThemedContext()
918 mThemedContext = mContext; in getThemedContext()
921 return mThemedContext; in getThemedContext()