Searched refs:CONFIG_SCREEN_LAYOUT (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DInterestingConfigChanges.java30 | ActivityInfo.CONFIG_UI_MODE | ActivityInfo.CONFIG_SCREEN_LAYOUT
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java430 if ((diff & ActivityInfo.CONFIG_SCREEN_LAYOUT) != 0) {
431 list.add("CONFIG_SCREEN_LAYOUT");
1299 changed |= ActivityInfo.CONFIG_SCREEN_LAYOUT;
1306 changed |= ActivityInfo.CONFIG_SCREEN_LAYOUT;
1313 changed |= ActivityInfo.CONFIG_SCREEN_LAYOUT;
1320 changed |= ActivityInfo.CONFIG_SCREEN_LAYOUT;
1419 * {@link android.content.pm.ActivityInfo#CONFIG_SCREEN_LAYOUT
1420 * PackageManager.ActivityInfo.CONFIG_SCREEN_LAYOUT}, or
1504 changed |= ActivityInfo.CONFIG_SCREEN_LAYOUT;
/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java650 CONFIG_SCREEN_LAYOUT,
717 public static final int CONFIG_SCREEN_LAYOUT = 0x0100; field in class:ActivityInfo
865 * {@link #CONFIG_ORIENTATION}, {@link #CONFIG_SCREEN_LAYOUT},
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistManager.java98 | ActivityInfo.CONFIG_SCREEN_LAYOUT | ActivityInfo.CONFIG_ASSETS_PATHS);
/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/
H A DFragmentHostManager.java54 | ActivityInfo.CONFIG_SCREEN_LAYOUT | ActivityInfo.CONFIG_ASSETS_PATHS);
/frameworks/support/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
H A DLoaderCustomSupport.java171 | ActivityInfo.CONFIG_UI_MODE | ActivityInfo.CONFIG_SCREEN_LAYOUT)) != 0) {
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
H A DLoaderCustomSupport.java171 | ActivityInfo.CONFIG_UI_MODE | ActivityInfo.CONFIG_SCREEN_LAYOUT)) != 0) {
/frameworks/base/core/java/android/app/
H A DResourcesManager.java997 changes |= ActivityInfo.CONFIG_SCREEN_LAYOUT
/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h1225 CONFIG_SCREEN_LAYOUT = ACONFIGURATION_SCREEN_LAYOUT, enumerator in enum:android::ResTable_config::__anon990
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java45 import static android.content.pm.ActivityInfo.CONFIG_SCREEN_LAYOUT;
2731 | CONFIG_SCREEN_LAYOUT)) == 0;
H A DActivityStack.java33 import static android.content.pm.ActivityInfo.CONFIG_SCREEN_LAYOUT;
5091 CONFIG_SCREEN_LAYOUT);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp2078 if ((screenLayout & ~MASK_LAYOUTDIR) != (o.screenLayout & ~MASK_LAYOUTDIR)) diffs |= CONFIG_SCREEN_LAYOUT;
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java11329 | ActivityInfo.CONFIG_SCREEN_LAYOUT
[all...]

Completed in 1157 milliseconds