/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/ |
H A D | SplitWindowManager.java | 73 mContext = context.createConfigurationContext(config); in SplitWindowManager() 92 mContext = mContext.createConfigurationContext(configuration); in setConfiguration()
|
H A D | SplitLayout.java | 135 mContext = context.createConfigurationContext(configuration); in SplitLayout() 312 mContext = mContext.createConfigurationContext(configuration); in updateConfiguration()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/content/ |
H A D | ContextTest.java | 165 .createConfigurationContext(new Configuration()); in verifyGetDisplayFromDisplayContextDerivedContext() 199 context = uiContext.createConfigurationContext(new Configuration()); in testIsUiContext_UiContextDerivedContext()
|
/aosp14/frameworks/base/core/tests/overlaytests/host/test-apps/UpdateOverlay/src/com/android/server/om/hosttest/update_overlay_test/ |
H A D | UpdateOverlayTest.java | 45 .createConfigurationContext(defaultLocaleConfiguration) in setUp()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/ |
H A D | RotationUtils.java | 143 Context rotated = context.createConfigurationContext(c); in getResourcesForRotation()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | ContextThemeWrapper.java | 136 final Context resContext = createConfigurationContext(mOverrideConfiguration); in getResourcesInternal()
|
/aosp14/frameworks/base/core/java/com/android/internal/policy/ |
H A D | DecorContext.java | 58 displayContext = baseContext.createConfigurationContext(Configuration.EMPTY); in DecorContext()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/text/util/ |
H A D | LinkifyTest.java | 106 return mContext.createConfigurationContext(overrideConfig); in createUsEnglishContext()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarContentInsetsProviderTest.kt | 62 `when`(contextMock.createConfigurationContext(any())).thenAnswer { 63 context.createConfigurationContext(it.arguments[0] as Configuration)
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accessibility/ |
H A D | AccessibilityUtils.java | 109 final Context langContext = context.createConfigurationContext(config); in getTextForLocale()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
H A D | WindowDecoration.java | 155 mDecorWindowContext = mContext.createConfigurationContext( in WindowDecoration() 212 mDecorWindowContext = mContext.createConfigurationContext(taskConfig); in relayout()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/ |
H A D | BackgroundWindowManager.java | 86 mContext = mContext.createConfigurationContext(configuration); in setConfiguration()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/fontscaling/ |
H A D | FontScalingDialog.kt | 241 val previewConfigContext = context.createConfigurationContext(previewConfig)
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/ |
H A D | CompatUIWindowManagerAbstract.java | 170 mContext = mContext.createConfigurationContext(configuration); in setConfiguration()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
H A D | DisplayController.java | 231 final Context context = perDisplayContext.createConfigurationContext(newConfig); in onDisplayConfigurationChanged()
|
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | SuggestedLocaleAdapter.java | 203 mContextOverride = context.createConfigurationContext(configOverride); in setDisplayLocale()
|
/aosp14/frameworks/base/core/java/android/inputmethodservice/navigationbar/ |
H A D | NavigationBarInflaterView.java | 100 mLandscapeInflater = LayoutInflater.from(mContext.createConfigurationContext(landscape)); in createInflaters()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
H A D | NavigationBarInflaterView.java | 136 mLandscapeInflater = LayoutInflater.from(mContext.createConfigurationContext(landscape)); in createInflaters()
|
/aosp14/frameworks/base/core/java/android/content/ |
H A D | ContextWrapper.java | 1135 public Context createConfigurationContext(Configuration overrideConfiguration) { in createConfigurationContext() method in ContextWrapper 1136 return mBase.createConfigurationContext(overrideConfiguration); in createConfigurationContext()
|
H A D | Context.java | 7180 public abstract Context createConfigurationContext( in createConfigurationContext() method in Context
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
H A D | SplashscreenContentDrawer.java | 206 final Context overrideContext = context.createConfigurationContext(taskConfig); in createContext() 1254 mStandaloneContext = mSharedContext.createConfigurationContext(defConfig); in loadFromStandalone()
|
/aosp14/frameworks/base/test-mock/src/android/test/mock/ |
H A D | MockContext.java | 832 public Context createConfigurationContext(Configuration overrideConfiguration) { in createConfigurationContext() method in MockContext
|
/aosp14/frameworks/base/test-mock/api/ |
H A D | current.txt | 45 …method public android.content.Context createConfigurationContext(android.content.res.Configuration…
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/inputmethod/ |
H A D | InputMethodUtilsTest.java | 940 .createConfigurationContext(resourceConfiguration); in createTargetContextWithLocales()
|
/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A D | SubscriptionManager.java | 2819 Context newContext = context.createConfigurationContext(overrideConfig); in getResourcesForSubId()
|