Searched refs:createConfigurationContext (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/core/tests/overlaytests/host/test-apps/UpdateOverlay/src/com/android/server/om/hosttest/update_overlay_test/
H A DUpdateOverlayTest.java44 .createConfigurationContext(defaultLocaleConfiguration)
/frameworks/base/core/java/android/view/
H A DContextThemeWrapper.java87 * {@link Context#createConfigurationContext(Configuration)} for more
129 final Context resContext = createConfigurationContext(mOverrideConfiguration);
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/view/
H A DContextThemeWrapper.java90 * {@link Context#createConfigurationContext(Configuration)} for more
117 final Context resContext = createConfigurationContext(mOverrideConfiguration);
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
H A DDrawableLayoutDirectionHelperTest.java112 context = context.createConfigurationContext(config);
/frameworks/base/core/java/com/android/internal/app/
H A DSuggestedLocaleAdapter.java149 mContextOverride = context.createConfigurationContext(configOverride);
/frameworks/base/core/tests/coretests/src/android/text/util/
H A DLinkifyTest.java114 return mContext.createConfigurationContext(overrideConfig);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accessibility/
H A DAccessibilityUtils.java102 final Context langContext = context.createConfigurationContext(config);
/frameworks/base/core/java/android/content/
H A DContextWrapper.java883 public Context createConfigurationContext(Configuration overrideConfiguration) { method in class:ContextWrapper
884 return mBase.createConfigurationContext(overrideConfiguration);
H A DContext.java4776 public abstract Context createConfigurationContext( method in class:Context
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarInflaterView.java121 mLandscapeInflater = LayoutInflater.from(mContext.createConfigurationContext(landscape));
/frameworks/base/test-mock/src/android/test/mock/
H A DMockContext.java749 public Context createConfigurationContext(Configuration overrideConfiguration) { method in class:MockContext
/frameworks/base/services/core/java/com/android/server/wm/
H A DDockedStackDividerController.java301 final Context rotationContext = mService.mContext.createConfigurationContext(config);
/frameworks/base/core/tests/coretests/src/com/android/internal/inputmethod/
H A DInputMethodUtilsTest.java846 .createConfigurationContext(resourceConfiguration);
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1326 public Context createConfigurationContext(Configuration overrideConfiguration) { method in class:BridgeContext
/frameworks/base/core/java/android/app/
H A DContextImpl.java2151 public Context createConfigurationContext(Configuration overrideConfiguration) { method in class:ContextImpl
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java3115 final Context overrideContext = context.createConfigurationContext(overrideConfig);
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 499 milliseconds