Home
last modified time | relevance | path

Searched refs:createConfigurationContext (Results 1 – 25 of 40) sorted by relevance

12

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
DSplitWindowManager.java77 mContext = context.createConfigurationContext(config); in SplitWindowManager()
96 mContext = mContext.createConfigurationContext(configuration); in setConfiguration()
DSplitLayout.java142 mContext = context.createConfigurationContext(configuration); in SplitLayout()
331 mContext = mContext.createConfigurationContext(configuration); in updateConfiguration()
/frameworks/base/core/tests/overlaytests/host/test-apps/UpdateOverlay/src/com/android/server/om/hosttest/update_overlay_test/
DUpdateOverlayTest.java45 .createConfigurationContext(defaultLocaleConfiguration) in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DRotationUtils.java143 Context rotated = context.createConfigurationContext(c); in getResourcesForRotation()
/frameworks/base/core/tests/coretests/src/android/content/
DContextTest.java197 .createConfigurationContext(new Configuration()); in verifyGetDisplayFromDisplayContextDerivedContext()
233 context = uiContext.createConfigurationContext(new Configuration()); in testIsUiContext_UiContextDerivedContext()
/frameworks/base/core/java/com/android/internal/policy/
DDecorContext.java58 displayContext = baseContext.createConfigurationContext(Configuration.EMPTY); in DecorContext()
/frameworks/base/core/java/android/view/
DContextThemeWrapper.java136 final Context resContext = createConfigurationContext(mOverrideConfiguration); in getResourcesInternal()
/frameworks/base/tests/Input/src/com/android/test/input/
DPointerIconLoadingTest.kt76 context = context.createConfigurationContext(config) in setUp()
/frameworks/base/core/tests/coretests/src/android/content/res/
DResourcesLocaleTest.java118 Context newContext = getContext().createConfigurationContext(config); in assertResGetString()
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DDrawableLayoutDirectionHelperTest.java119 context = context.createConfigurationContext(config); in testCreateRelativeInsetDrawableContextRtl()
/frameworks/base/core/tests/coretests/src/android/text/util/
DLinkifyTest.java106 return mContext.createConfigurationContext(overrideConfig); in createUsEnglishContext()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accessibility/
DAccessibilityUtils.java109 final Context langContext = context.createConfigurationContext(config); in getTextForLocale()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
DBackgroundWindowManager.java86 mContext = mContext.createConfigurationContext(configuration); in setConfiguration()
/frameworks/opt/localepicker/src/com/android/localepicker/
DSuggestedLocaleAdapter.java158 mContextOverride = context.createConfigurationContext(configOverride); in setDisplayLocale()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/fontscaling/
DFontScalingDialogDelegate.kt247 val previewConfigContext = context.createConfigurationContext(previewConfig) in createTextPreview()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
DCompatUIWindowManagerAbstract.java170 mContext = mContext.createConfigurationContext(configuration); in setConfiguration()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DDisplayController.java231 final Context context = perDisplayContext.createConfigurationContext(newConfig); in onDisplayConfigurationChanged()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProviderTest.kt68 whenever(contextMock.createConfigurationContext(any())).thenAnswer { in setup()
69 context.createConfigurationContext(it.arguments[0] as Configuration) in setup()
/frameworks/base/core/java/com/android/internal/app/
DSuggestedLocaleAdapter.java203 mContextOverride = context.createConfigurationContext(configOverride); in setDisplayLocale()
/frameworks/base/core/java/android/inputmethodservice/navigationbar/
DNavigationBarInflaterView.java100 mLandscapeInflater = LayoutInflater.from(mContext.createConfigurationContext(landscape)); in createInflaters()
/frameworks/base/ravenwood/junit-impl-src/android/platform/test/ravenwood/
DRavenwoodBaseContext.java705 public Context createConfigurationContext(Configuration overrideConfiguration) { in createConfigurationContext() method in RavenwoodBaseContext
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdnr/
DCarrierDisplayNameResolver.java359 displayNameContext = mContext.createConfigurationContext(displayNameConfig); in getCarrierDisplayNameFromWifiCallingOverride()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarInflaterView.java136 mLandscapeInflater = LayoutInflater.from(mContext.createConfigurationContext(landscape)); in createInflaters()
/frameworks/base/core/java/android/content/
DContextWrapper.java1143 public Context createConfigurationContext(Configuration overrideConfiguration) { in createConfigurationContext() method in ContextWrapper
1144 return mBase.createConfigurationContext(overrideConfiguration); in createConfigurationContext()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DApplicationContext.java1147 public Context createConfigurationContext(Configuration overrideConfiguration) { in createConfigurationContext() method in ApplicationContext
1150 return context.createConfigurationContext(overrideConfiguration); in createConfigurationContext()

12