/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/ |
D | SplitWindowManager.java | 77 mContext = context.createConfigurationContext(config); in SplitWindowManager() 96 mContext = mContext.createConfigurationContext(configuration); in setConfiguration()
|
D | SplitLayout.java | 142 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/ |
D | UpdateOverlayTest.java | 45 .createConfigurationContext(defaultLocaleConfiguration) in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/ |
D | RotationUtils.java | 143 Context rotated = context.createConfigurationContext(c); in getResourcesForRotation()
|
/frameworks/base/core/tests/coretests/src/android/content/ |
D | ContextTest.java | 197 .createConfigurationContext(new Configuration()); in verifyGetDisplayFromDisplayContextDerivedContext() 233 context = uiContext.createConfigurationContext(new Configuration()); in testIsUiContext_UiContextDerivedContext()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | DecorContext.java | 58 displayContext = baseContext.createConfigurationContext(Configuration.EMPTY); in DecorContext()
|
/frameworks/base/core/java/android/view/ |
D | ContextThemeWrapper.java | 136 final Context resContext = createConfigurationContext(mOverrideConfiguration); in getResourcesInternal()
|
/frameworks/base/tests/Input/src/com/android/test/input/ |
D | PointerIconLoadingTest.kt | 76 context = context.createConfigurationContext(config) in setUp()
|
/frameworks/base/core/tests/coretests/src/android/content/res/ |
D | ResourcesLocaleTest.java | 118 Context newContext = getContext().createConfigurationContext(config); in assertResGetString()
|
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/ |
D | DrawableLayoutDirectionHelperTest.java | 119 context = context.createConfigurationContext(config); in testCreateRelativeInsetDrawableContextRtl()
|
/frameworks/base/core/tests/coretests/src/android/text/util/ |
D | LinkifyTest.java | 106 return mContext.createConfigurationContext(overrideConfig); in createUsEnglishContext()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accessibility/ |
D | AccessibilityUtils.java | 109 final Context langContext = context.createConfigurationContext(config); in getTextForLocale()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/ |
D | BackgroundWindowManager.java | 86 mContext = mContext.createConfigurationContext(configuration); in setConfiguration()
|
/frameworks/opt/localepicker/src/com/android/localepicker/ |
D | SuggestedLocaleAdapter.java | 158 mContextOverride = context.createConfigurationContext(configOverride); in setDisplayLocale()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/fontscaling/ |
D | FontScalingDialogDelegate.kt | 247 val previewConfigContext = context.createConfigurationContext(previewConfig) in createTextPreview()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/ |
D | CompatUIWindowManagerAbstract.java | 170 mContext = mContext.createConfigurationContext(configuration); in setConfiguration()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
D | DisplayController.java | 231 final Context context = perDisplayContext.createConfigurationContext(newConfig); in onDisplayConfigurationChanged()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/ |
D | StatusBarContentInsetsProviderTest.kt | 68 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/ |
D | SuggestedLocaleAdapter.java | 203 mContextOverride = context.createConfigurationContext(configOverride); in setDisplayLocale()
|
/frameworks/base/core/java/android/inputmethodservice/navigationbar/ |
D | NavigationBarInflaterView.java | 100 mLandscapeInflater = LayoutInflater.from(mContext.createConfigurationContext(landscape)); in createInflaters()
|
/frameworks/base/ravenwood/junit-impl-src/android/platform/test/ravenwood/ |
D | RavenwoodBaseContext.java | 705 public Context createConfigurationContext(Configuration overrideConfiguration) { in createConfigurationContext() method in RavenwoodBaseContext
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdnr/ |
D | CarrierDisplayNameResolver.java | 359 displayNameContext = mContext.createConfigurationContext(displayNameConfig); in getCarrierDisplayNameFromWifiCallingOverride()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
D | NavigationBarInflaterView.java | 136 mLandscapeInflater = LayoutInflater.from(mContext.createConfigurationContext(landscape)); in createInflaters()
|
/frameworks/base/core/java/android/content/ |
D | ContextWrapper.java | 1143 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/ |
D | ApplicationContext.java | 1147 public Context createConfigurationContext(Configuration overrideConfiguration) { in createConfigurationContext() method in ApplicationContext 1150 return context.createConfigurationContext(overrideConfiguration); in createConfigurationContext()
|