Home
last modified time | relevance | path

Searched refs:CONFIG_LOCALE (Results 1 – 25 of 32) sorted by relevance

12

/aosp12/frameworks/base/tools/aapt2/filter/
H A DConfigFilter.cpp94 } else if ((diff & diff_mask) == android::ResTable_config::CONFIG_LOCALE) { in Match()
107 matched_axis |= android::ResTable_config::CONFIG_LOCALE; in Match()
/aosp12/frameworks/base/core/tests/mockingcoretests/src/android/window/
H A DSizeConfigurationBucketsTest.java19 import static android.content.pm.ActivityInfo.CONFIG_LOCALE;
99 | CONFIG_LOCALE; in testNullSizeConfigurationBuckets()
102 assertEquals(CONFIG_LOCALE, filteredDiffNonSizeLayoutUnchanged); in testNullSizeConfigurationBuckets()
110 assertEquals(CONFIG_SCREEN_LAYOUT | CONFIG_LOCALE, filteredDiffNonSizeLayoutChanged); in testNullSizeConfigurationBuckets()
/aosp12/frameworks/base/tools/aapt/
H A DResourceFilter.cpp114 } else if ((diff & entry.second) == ResTable_config::CONFIG_LOCALE) { in match()
130 matchedAxis |= ResTable_config::CONFIG_LOCALE; in match()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DInterestingConfigChanges.java29 this(ActivityInfo.CONFIG_LOCALE in InterestingConfigChanges()
/aosp12/frameworks/base/tools/aapt2/link/
H A DNoDefaultResourceRemover.cpp46 if (config == ConfigDescription::CONFIG_LOCALE) { in KeepResource()
/aosp12/frameworks/base/core/java/android/window/
H A DConfigurationHelper.java44 if ((configDiff & ActivityInfo.CONFIG_LOCALE) != 0) { in freeTextLayoutCachesIfNeeded()
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/
H A DMediaSizeUtils.java114 (newConfig.diff(mCurrentConfig) & ActivityInfo.CONFIG_LOCALE) != 0) { in onConfigurationChanged()
/aosp12/frameworks/base/core/java/android/content/res/
H A DConfiguration.java442 if ((diff & ActivityInfo.CONFIG_LOCALE) != 0) { in configurationDiffToString()
1489 changed |= ActivityInfo.CONFIG_LOCALE; in updateFrom()
1507 … if (delta.userSetLocale && (!userSetLocale || ((changed & ActivityInfo.CONFIG_LOCALE) != 0))) in updateFrom()
1509 changed |= ActivityInfo.CONFIG_LOCALE; in updateFrom()
1670 if ((mask & ActivityInfo.CONFIG_LOCALE) != 0) { in setTo()
1683 if ((mask & ActivityInfo.CONFIG_LOCALE) != 0) { in setTo()
1803 changed |= ActivityInfo.CONFIG_LOCALE; in diff()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogComponent.java65 ActivityInfo.CONFIG_FONT_SCALE | ActivityInfo.CONFIG_LOCALE
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
H A DFloatingRotationButton.java259 if ((configurationChanges & ActivityInfo.CONFIG_LOCALE) != 0) { in onConfigurationChanged()
/aosp12/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java725 CONFIG_LOCALE,
760 public static final int CONFIG_LOCALE = 0x0004; field in ActivityInfo
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
H A DWindowMagnificationControllerTest.java270 mWindowMagnificationController.onConfigurationChanged(ActivityInfo.CONFIG_LOCALE); in onConfigurationChanged_disabled_withoutException()
482 mWindowMagnificationController.onConfigurationChanged(ActivityInfo.CONFIG_LOCALE); in onLocaleChanged_enabled_updateA11yWindowTitle()
H A DMagnificationModeSwitchTest.java480 mMagnificationModeSwitch.onConfigurationChanged(ActivityInfo.CONFIG_LOCALE); in onLocaleChanged_buttonIsShowing_updateA11yWindowTitle()
/aosp12/frameworks/base/libs/androidfw/tests/
H A DSplit_test.cpp178 EXPECT_EQ(static_cast<uint32_t>(ResTable_config::CONFIG_LOCALE | ResTable_typeSpec::SPEC_PUBLIC), in TEST_F()
H A DAssetManager2_test.cpp251 EXPECT_EQ(ResTable_typeSpec::SPEC_PUBLIC | ResTable_config::CONFIG_LOCALE, *value); in TEST_F()
/aosp12/packages/apps/Settings/src/com/android/settings/applications/appops/
H A DAppOpsCategory.java75 if (densityChanged || (configChanges&(ActivityInfo.CONFIG_LOCALE in applyNewConfig()
/aosp12/frameworks/base/tools/aapt2/configuration/
H A DConfigurationParser.cpp673 android::ResTable_config::CONFIG_LOCALE)) { in LocaleGroupTagHandler()
700 android::ResTable_config::CONFIG_LOCALE)) { in LocaleGroupTagHandler()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/
H A DFragmentHostManager.java55 ActivityInfo.CONFIG_FONT_SCALE | ActivityInfo.CONFIG_LOCALE
/aosp12/frameworks/base/tools/aapt2/compile/
H A DPseudolocaleGenerator.cpp347 if (diff & ConfigDescription::CONFIG_LOCALE) { in IsPseudolocalizable()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DMagnificationModeSwitch.java330 if ((configDiff & ActivityInfo.CONFIG_LOCALE) != 0) { in onConfigurationChanged()
H A DWindowMagnificationController.java302 if ((configDiff & ActivityInfo.CONFIG_LOCALE) != 0) { in onConfigurationChanged()
/aosp12/frameworks/base/libs/androidfw/
H A DConfigDescription.cpp892 if (diff(o) & (CONFIG_LOCALE | CONFIG_MCC | CONFIG_MNC)) { in Dominates()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DAccessibilityFloatingMenuView.java680 if ((diff & ActivityInfo.CONFIG_LOCALE) != 0) { in onConfigurationChanged()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotController.java293 | ActivityInfo.CONFIG_LOCALE
/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h1247 CONFIG_LOCALE = ACONFIGURATION_LOCALE, enumerator

12