Home
last modified time | relevance | path

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

/appcompat/appcompat/src/androidTest/java/androidx/appcompat/widget/
DAppCompatSpinnerRtlActivity.java31 ContextThemeWrapper wrappedBase = new ContextThemeWrapper( in attachBaseContext() local
33 wrappedBase.applyOverrideConfiguration(overrideConfig); in attachBaseContext()
35 newBase = wrappedBase; in attachBaseContext()
/appcompat/appcompat/src/androidTest/java/androidx/appcompat/testutils/
DBaseTestActivity.java96 ContextThemeWrapper wrappedBase = new ContextThemeWrapper( in attachBaseContext() local
98 wrappedBase.applyOverrideConfiguration(overrideConfig); in attachBaseContext()
100 newBase = wrappedBase; in attachBaseContext()