HomeSort by relevance Sort by last modified time
    Searched defs:mThemedContext (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/util/
FallbackThemeWrapperTest.java 38 private FallbackThemeWrapper mThemedContext;
45 mThemedContext = new FallbackThemeWrapper(baseContext, R.style.TestFallbackTheme);
51 mThemedContext.obtainStyledAttributes(new int[] {android.R.attr.background});
59 mThemedContext.obtainStyledAttributes(new int[] {android.R.attr.foreground});
67 mThemedContext.obtainStyledAttributes(new int[] {android.R.attr.theme});
  /frameworks/base/core/java/com/android/internal/app/
WindowDecorActionBar.java 75 private Context mThemedContext;
908 if (mThemedContext == null) {
916 mThemedContext = new ContextThemeWrapper(mContext, targetThemeRes);
918 mThemedContext = mContext;
921 return mThemedContext;
    [all...]
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
WindowDecorActionBar.java 88 private Context mThemedContext;
921 if (mThemedContext == null) {
928 mThemedContext = new ContextThemeWrapper(mContext, targetThemeRes);
930 mThemedContext = mContext;
933 return mThemedContext;
    [all...]

Completed in 65 milliseconds