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

1 2

  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
InterestingConfigChanges.java 30 | ActivityInfo.CONFIG_UI_MODE | ActivityInfo.CONFIG_SCREEN_LAYOUT
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigurationTest.java 210 | ActivityInfo.CONFIG_SCREEN_LAYOUT, mConfigDefault, config);
216 | ActivityInfo.CONFIG_SCREEN_LAYOUT
223 | ActivityInfo.CONFIG_SCREEN_LAYOUT
231 | ActivityInfo.CONFIG_SCREEN_LAYOUT
241 | ActivityInfo.CONFIG_SCREEN_LAYOUT
251 | ActivityInfo.CONFIG_SCREEN_LAYOUT
260 | ActivityInfo.CONFIG_SCREEN_LAYOUT
270 | ActivityInfo.CONFIG_SCREEN_LAYOUT
281 | ActivityInfo.CONFIG_SCREEN_LAYOUT
293 | ActivityInfo.CONFIG_SCREEN_LAYOUT
    [all...]
  /frameworks/base/core/java/android/content/res/
Configuration.java 430 if ((diff & ActivityInfo.CONFIG_SCREEN_LAYOUT) != 0) {
431 list.add("CONFIG_SCREEN_LAYOUT");
    [all...]
  /frameworks/base/core/java/android/content/pm/
ActivityInfo.java 650 CONFIG_SCREEN_LAYOUT,
717 public static final int CONFIG_SCREEN_LAYOUT = 0x0100;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
AssistManager.java 98 | ActivityInfo.CONFIG_SCREEN_LAYOUT | ActivityInfo.CONFIG_ASSETS_PATHS);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/
FragmentHostManager.java 54 | ActivityInfo.CONFIG_SCREEN_LAYOUT | ActivityInfo.CONFIG_ASSETS_PATHS);
  /packages/apps/Settings/src/com/android/settings/applications/appops/
AppOpsCategory.java 75 |ActivityInfo.CONFIG_UI_MODE|ActivityInfo.CONFIG_SCREEN_LAYOUT)) != 0) {
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCustom.java 171 |ActivityInfo.CONFIG_UI_MODE|ActivityInfo.CONFIG_SCREEN_LAYOUT)) != 0) {
  /frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
LoaderCustomSupport.java 171 | ActivityInfo.CONFIG_UI_MODE | ActivityInfo.CONFIG_SCREEN_LAYOUT)) != 0) {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
LegacyManifestParser.java 97 Pair.create("screenLayout", ActivityInfo.CONFIG_SCREEN_LAYOUT),
  /frameworks/base/core/java/android/app/
ResourcesManager.java     [all...]
  /frameworks/base/libs/androidfw/include/androidfw/
ResourceTypes.h     [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowPackageManagerTest.java 250 assertThat(configChanges & ActivityInfo.CONFIG_SCREEN_LAYOUT).isEqualTo(ActivityInfo.CONFIG_SCREEN_LAYOUT);
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityRecord.java 45 import static android.content.pm.ActivityInfo.CONFIG_SCREEN_LAYOUT;
    [all...]
ActivityStack.java 33 import static android.content.pm.ActivityInfo.CONFIG_SCREEN_LAYOUT;
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-stubs.jar 

Completed in 709 milliseconds

1 2