HomeSort by relevance Sort by last modified time
    Searched refs:CONFIG_LOCALE (Results 1 - 25 of 49) sorted by null

1 2

  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
InterestingConfigChanges.java 29 this(ActivityInfo.CONFIG_LOCALE
  /frameworks/base/tools/aapt2/filter/
ConfigFilter.cpp 93 } else if ((diff & diff_mask) == android::ResTable_config::CONFIG_LOCALE) {
106 matched_axis |= android::ResTable_config::CONFIG_LOCALE;
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigurationTest.java 198 | ActivityInfo.CONFIG_LOCALE
203 | ActivityInfo.CONFIG_LOCALE
208 | ActivityInfo.CONFIG_LOCALE
214 | ActivityInfo.CONFIG_LOCALE
221 | ActivityInfo.CONFIG_LOCALE
229 | ActivityInfo.CONFIG_LOCALE
239 | ActivityInfo.CONFIG_LOCALE
249 | ActivityInfo.CONFIG_LOCALE
258 | ActivityInfo.CONFIG_LOCALE
268 | ActivityInfo.CONFIG_LOCALE
    [all...]
TypedArrayTest.java 59 ActivityInfo.CONFIG_ORIENTATION | ActivityInfo.CONFIG_LOCALE;
  /frameworks/base/tools/aapt/
ResourceFilter.cpp 114 } else if ((diff & entry.second) == ResTable_config::CONFIG_LOCALE) {
130 matchedAxis |= ResTable_config::CONFIG_LOCALE;
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/
MediaSizeUtils.java 114 (newConfig.diff(mCurrentConfig) & ActivityInfo.CONFIG_LOCALE) != 0) {
  /frameworks/base/core/java/android/content/pm/
ActivityInfo.java 630 CONFIG_LOCALE,
665 public static final int CONFIG_LOCALE = 0x0004;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeDialogComponent.java 63 ActivityInfo.CONFIG_FONT_SCALE | ActivityInfo.CONFIG_LOCALE
  /frameworks/base/libs/androidfw/tests/
Split_test.cpp 178 EXPECT_EQ(static_cast<uint32_t>(ResTable_config::CONFIG_LOCALE | ResTable_typeSpec::SPEC_PUBLIC),
  /frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
AssistManager.java 96 | ActivityInfo.CONFIG_LOCALE | ActivityInfo.CONFIG_UI_MODE
  /frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/
FragmentHostManager.java 52 ActivityInfo.CONFIG_FONT_SCALE | ActivityInfo.CONFIG_LOCALE
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsCategory.java 85 if (densityChanged || (configChanges&(ActivityInfo.CONFIG_LOCALE
  /frameworks/base/core/java/android/content/res/
Configuration.java 390 if ((diff & ActivityInfo.CONFIG_LOCALE) != 0) {
391 list.add("CONFIG_LOCALE");
    [all...]
ResourcesImpl.java 363 if ((configChanges & ActivityInfo.CONFIG_LOCALE) != 0) {
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCustom.java 170 if (densityChanged || (configChanges&(ActivityInfo.CONFIG_LOCALE
  /frameworks/base/tools/aapt2/compile/
PseudolocaleGenerator.cpp 345 if (diff & ConfigDescription::CONFIG_LOCALE) {
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCustomSupport.java 169 if (densityChanged || (configChanges&(ActivityInfo.CONFIG_LOCALE
  /frameworks/base/libs/androidfw/include/androidfw/
ResourceTypes.h     [all...]
  /packages/apps/Email/provider_src/com/android/email/service/
EmailServiceUtils.java 541 && !Configuration.needNewResources(delta, ActivityInfo.CONFIG_LOCALE)) {
    [all...]
  /frameworks/base/core/java/android/provider/
Settings.java     [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java     [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 

Completed in 1473 milliseconds

1 2