/aosp12/frameworks/base/tools/aapt2/filter/ |
H A D | ConfigFilter.cpp | 94 } 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 D | SizeConfigurationBucketsTest.java | 19 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 D | ResourceFilter.cpp | 114 } 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 D | InterestingConfigChanges.java | 29 this(ActivityInfo.CONFIG_LOCALE in InterestingConfigChanges()
|
/aosp12/frameworks/base/tools/aapt2/link/ |
H A D | NoDefaultResourceRemover.cpp | 46 if (config == ConfigDescription::CONFIG_LOCALE) { in KeepResource()
|
/aosp12/frameworks/base/core/java/android/window/ |
H A D | ConfigurationHelper.java | 44 if ((configDiff & ActivityInfo.CONFIG_LOCALE) != 0) { in freeTextLayoutCachesIfNeeded()
|
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/ |
H A D | MediaSizeUtils.java | 114 (newConfig.diff(mCurrentConfig) & ActivityInfo.CONFIG_LOCALE) != 0) { in onConfigurationChanged()
|
/aosp12/frameworks/base/core/java/android/content/res/ |
H A D | Configuration.java | 442 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 D | VolumeDialogComponent.java | 65 ActivityInfo.CONFIG_FONT_SCALE | ActivityInfo.CONFIG_LOCALE
|
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/ |
H A D | FloatingRotationButton.java | 259 if ((configurationChanges & ActivityInfo.CONFIG_LOCALE) != 0) { in onConfigurationChanged()
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | ActivityInfo.java | 725 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 D | WindowMagnificationControllerTest.java | 270 mWindowMagnificationController.onConfigurationChanged(ActivityInfo.CONFIG_LOCALE); in onConfigurationChanged_disabled_withoutException() 482 mWindowMagnificationController.onConfigurationChanged(ActivityInfo.CONFIG_LOCALE); in onLocaleChanged_enabled_updateA11yWindowTitle()
|
H A D | MagnificationModeSwitchTest.java | 480 mMagnificationModeSwitch.onConfigurationChanged(ActivityInfo.CONFIG_LOCALE); in onLocaleChanged_buttonIsShowing_updateA11yWindowTitle()
|
/aosp12/frameworks/base/libs/androidfw/tests/ |
H A D | Split_test.cpp | 178 EXPECT_EQ(static_cast<uint32_t>(ResTable_config::CONFIG_LOCALE | ResTable_typeSpec::SPEC_PUBLIC), in TEST_F()
|
H A D | AssetManager2_test.cpp | 251 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 D | AppOpsCategory.java | 75 if (densityChanged || (configChanges&(ActivityInfo.CONFIG_LOCALE in applyNewConfig()
|
/aosp12/frameworks/base/tools/aapt2/configuration/ |
H A D | ConfigurationParser.cpp | 673 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 D | FragmentHostManager.java | 55 ActivityInfo.CONFIG_FONT_SCALE | ActivityInfo.CONFIG_LOCALE
|
/aosp12/frameworks/base/tools/aapt2/compile/ |
H A D | PseudolocaleGenerator.cpp | 347 if (diff & ConfigDescription::CONFIG_LOCALE) { in IsPseudolocalizable()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
H A D | MagnificationModeSwitch.java | 330 if ((configDiff & ActivityInfo.CONFIG_LOCALE) != 0) { in onConfigurationChanged()
|
H A D | WindowMagnificationController.java | 302 if ((configDiff & ActivityInfo.CONFIG_LOCALE) != 0) { in onConfigurationChanged()
|
/aosp12/frameworks/base/libs/androidfw/ |
H A D | ConfigDescription.cpp | 892 if (diff(o) & (CONFIG_LOCALE | CONFIG_MCC | CONFIG_MNC)) { in Dominates()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
H A D | AccessibilityFloatingMenuView.java | 680 if ((diff & ActivityInfo.CONFIG_LOCALE) != 0) { in onConfigurationChanged()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | ScreenshotController.java | 293 | ActivityInfo.CONFIG_LOCALE
|
/aosp12/frameworks/base/libs/androidfw/include/androidfw/ |
H A D | ResourceTypes.h | 1247 CONFIG_LOCALE = ACONFIGURATION_LOCALE, enumerator
|