Home
last modified time | relevance | path

Searched refs:ContextThemeWrapper (Results 1 – 25 of 44) sorted by relevance

12

/appcompat/appcompat/src/androidTest/java/androidx/appcompat/view/
DContextThemeWrapperTest.java46 private static class MockContextThemeWrapper extends ContextThemeWrapper {
66 new ContextThemeWrapper(); in testConstructor()
68 new ContextThemeWrapper(mContext, R.style.TextAppearance); in testConstructor()
70 new ContextThemeWrapper(mContext, mContext.getTheme()); in testConstructor()
75 ContextThemeWrapper contextThemeWrapper = new ContextThemeWrapper( in testAccessTheme()
105 assertTrue((new ContextThemeWrapper() { in testAttachBaseContext()
112 attachBaseContext(new ContextThemeWrapper(mContext, in testAttachBaseContext()
119 attachBaseContext(new ContextThemeWrapper()); in testAttachBaseContext()
135 ContextThemeWrapper contextThemeWrapper = new ContextThemeWrapper( in testApplyOverrideDensityConfiguration()
152 ContextThemeWrapper contextThemeWrapper = new ContextThemeWrapper( in testApplyOverrideFontScaleConfiguration()
/appcompat/appcompat/src/androidTest/java/androidx/appcompat/widget/
DAppCompatSpinnerRtlActivity.java20 import android.view.ContextThemeWrapper;
31 ContextThemeWrapper wrappedBase = new ContextThemeWrapper( in attachBaseContext()
/appcompat/appcompat/src/main/java/androidx/appcompat/view/
DContextThemeWrapper.java34 public class ContextThemeWrapper extends ContextWrapper { class
53 public ContextThemeWrapper() { in ContextThemeWrapper() method in ContextThemeWrapper
68 public ContextThemeWrapper(Context base, @StyleRes int themeResId) { in ContextThemeWrapper() method in ContextThemeWrapper
82 public ContextThemeWrapper(Context base, Resources.Theme theme) { in ContextThemeWrapper() method in ContextThemeWrapper
/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DThemedSpinnerAdapter.java28 import androidx.appcompat.view.ContextThemeWrapper;
129 final Context context = new ContextThemeWrapper(mContext, theme); in setDropDownViewTheme()
DAbsActionBarView.java24 import android.view.ContextThemeWrapper;
68 mPopupContext = new ContextThemeWrapper(context, tv.resourceId); in AbsActionBarView()
DAppCompatSpinner.java57 import androidx.appcompat.view.ContextThemeWrapper;
225 mPopupContext = new ContextThemeWrapper(context, popupTheme); in AppCompatSpinner()
229 mPopupContext = new ContextThemeWrapper(context, popupThemeResId); in AppCompatSpinner()
DActionMenuView.java25 import android.view.ContextThemeWrapper;
106 mPopupContext = new ContextThemeWrapper(getContext(), resId); in setPopupTheme()
/appcompat/appcompat/src/androidTest/java/androidx/appcompat/testutils/
DBaseTestActivity.java22 import android.view.ContextThemeWrapper;
96 ContextThemeWrapper wrappedBase = new ContextThemeWrapper( in attachBaseContext()
/appcompat/appcompat/src/androidTest/java/androidx/appcompat/app/
DActivityUnitTestSetActivityContextTest.java25 import androidx.appcompat.view.ContextThemeWrapper;
69 setActivityContext(new ContextThemeWrapper(getInstrumentation().getTargetContext(), in testSetActivityContext()
DLayoutInflaterFactoryTestCase.java26 import android.view.ContextThemeWrapper;
125 .cloneInContext(new ContextThemeWrapper(activity, R.style.MagentaThemeOverlay)); in testThemedInflationWithUnattachedParent()
/appcompat/appcompat/src/main/java/androidx/appcompat/app/
DAppCompatViewInflater.java29 import androidx.appcompat.view.ContextThemeWrapper;
397 if (themeId != 0 && (!(context instanceof ContextThemeWrapper) in themifyContext()
398 || ((ContextThemeWrapper) context).getThemeResId() != themeId)) { in themifyContext()
401 context = new ContextThemeWrapper(context, themeId); in themifyContext()
DAppCompatDelegateImpl.java88 import androidx.appcompat.view.ContextThemeWrapper;
413 if (baseContext instanceof android.view.ContextThemeWrapper) {
422 ((android.view.ContextThemeWrapper) baseContext).applyOverrideConfiguration(config);
432 if (baseContext instanceof ContextThemeWrapper) {
441 ((ContextThemeWrapper) baseContext).applyOverrideConfiguration(config);
497 final ContextThemeWrapper wrappedContext = new ContextThemeWrapper(baseContext,
950 themedContext = new ContextThemeWrapper(mContext, outValue.resourceId);
1322 actionBarContext = new ContextThemeWrapper(mContext, 0);
1926 context = new ContextThemeWrapper(context, 0);
3170 context = new ContextThemeWrapper(context, 0);
DAlertDialog.java29 import android.view.ContextThemeWrapper;
343 P = new AlertController.AlertParams(new ContextThemeWrapper( in Builder()
DWindowDecorActionBar.java29 import android.view.ContextThemeWrapper;
923 mThemedContext = new ContextThemeWrapper(mContext, targetThemeRes); in getThemedContext()
/appcompat/appcompat/src/main/java/androidx/appcompat/view/menu/
DListMenuPresenter.java25 import android.view.ContextThemeWrapper;
88 mContext = new ContextThemeWrapper(context, mThemeRes); in initForMenu()
/appcompat/appcompat/api/
Dapi_lint.ignore536 MissingNullability: androidx.appcompat.view.ContextThemeWrapper#ContextThemeWrapper(android.content…
537 Missing nullability on parameter `base` in method `ContextThemeWrapper`
538 MissingNullability: androidx.appcompat.view.ContextThemeWrapper#ContextThemeWrapper(android.content…
539 Missing nullability on parameter `theme` in method `ContextThemeWrapper`
540 MissingNullability: androidx.appcompat.view.ContextThemeWrapper#ContextThemeWrapper(android.content…
541 Missing nullability on parameter `base` in method `ContextThemeWrapper`
542 MissingNullability: androidx.appcompat.view.ContextThemeWrapper#applyOverrideConfiguration(android.…
544 MissingNullability: androidx.appcompat.view.ContextThemeWrapper#attachBaseContext(android.content.C…
546 MissingNullability: androidx.appcompat.view.ContextThemeWrapper#getAssets():
548 MissingNullability: androidx.appcompat.view.ContextThemeWrapper#getResources():
[all …]
D1.1.0-rc01.txt413 public class ContextThemeWrapper extends android.content.ContextWrapper {
414 ctor public ContextThemeWrapper();
415 ctor public ContextThemeWrapper(android.content.Context!, android.content.res.Resources.Theme!);
416 ctor public ContextThemeWrapper(android.content.Context!, @StyleRes int);
D1.1.0-beta01.txt413 public class ContextThemeWrapper extends android.content.ContextWrapper {
414 ctor public ContextThemeWrapper();
415 ctor public ContextThemeWrapper(android.content.Context!, android.content.res.Resources.Theme!);
416 ctor public ContextThemeWrapper(android.content.Context!, @StyleRes int);
D1.2.0-beta01.txt414 public class ContextThemeWrapper extends android.content.ContextWrapper {
415 ctor public ContextThemeWrapper();
416 ctor public ContextThemeWrapper(android.content.Context!, android.content.res.Resources.Theme!);
417 ctor public ContextThemeWrapper(android.content.Context!, @StyleRes int);
D1.3.0-beta02.txt414 public class ContextThemeWrapper extends android.content.ContextWrapper {
415 ctor public ContextThemeWrapper();
416 ctor public ContextThemeWrapper(android.content.Context!, android.content.res.Resources.Theme!);
417 ctor public ContextThemeWrapper(android.content.Context!, @StyleRes int);
D1.3.0-beta01.txt414 public class ContextThemeWrapper extends android.content.ContextWrapper {
415 ctor public ContextThemeWrapper();
416 ctor public ContextThemeWrapper(android.content.Context!, android.content.res.Resources.Theme!);
417 ctor public ContextThemeWrapper(android.content.Context!, @StyleRes int);
D1.1.0-beta02.txt413 public class ContextThemeWrapper extends android.content.ContextWrapper {
414 ctor public ContextThemeWrapper();
415 ctor public ContextThemeWrapper(android.content.Context!, android.content.res.Resources.Theme!);
416 ctor public ContextThemeWrapper(android.content.Context!, @StyleRes int);
D1.4.0-beta01.txt415 public class ContextThemeWrapper extends android.content.ContextWrapper {
416 ctor public ContextThemeWrapper();
417 ctor public ContextThemeWrapper(android.content.Context!, android.content.res.Resources.Theme!);
418 ctor public ContextThemeWrapper(android.content.Context!, @StyleRes int);
D1.4.0-beta02.txt415 public class ContextThemeWrapper extends android.content.ContextWrapper {
416 ctor public ContextThemeWrapper();
417 ctor public ContextThemeWrapper(android.content.Context!, android.content.res.Resources.Theme!);
418 ctor public ContextThemeWrapper(android.content.Context!, @StyleRes int);
/appcompat/appcompat/src/main/
Dbaseline-prof.txt122 HSPLandroidx/appcompat/view/ContextThemeWrapper;-><init>(Landroid/content/Context;I)V
123 HSPLandroidx/appcompat/view/ContextThemeWrapper;->applyOverrideConfiguration(Landroid/content/res/C…
124 HSPLandroidx/appcompat/view/ContextThemeWrapper;->getResources()Landroid/content/res/Resources;
125 HSPLandroidx/appcompat/view/ContextThemeWrapper;->getResourcesInternal()Landroid/content/res/Resour…
126 HSPLandroidx/appcompat/view/ContextThemeWrapper;->getSystemService(Ljava/lang/String;)Ljava/lang/Ob…
127 HSPLandroidx/appcompat/view/ContextThemeWrapper;->getTheme()Landroid/content/res/Resources$Theme;
128 HSPLandroidx/appcompat/view/ContextThemeWrapper;->initializeTheme()V
129 HSPLandroidx/appcompat/view/ContextThemeWrapper;->onApplyThemeResource(Landroid/content/res/Resourc…
477 Landroidx/appcompat/view/ContextThemeWrapper;

12