Home
last modified time | relevance | path

Searched refs:FLAG_SUPPORTS_XLARGE_SCREENS (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/content/res/
DCompatibilityInfo.java178 if ((appInfo.flags & ApplicationInfo.FLAG_SUPPORTS_XLARGE_SCREENS) != 0) { in CompatibilityInfo()
203 if ((appInfo.flags & ApplicationInfo.FLAG_SUPPORTS_XLARGE_SCREENS) != 0) { in CompatibilityInfo()
/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java281 public static final int FLAG_SUPPORTS_XLARGE_SCREENS = 1<<19; field in ApplicationInfo
842 FLAG_SUPPORTS_SCREEN_DENSITIES | FLAG_SUPPORTS_XLARGE_SCREENS); in disableCompatibilityMode()
DPackageParser.java1853 pkg.applicationInfo.flags |= ApplicationInfo.FLAG_SUPPORTS_XLARGE_SCREENS; in parseBaseApk()
/frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
DDpiTestActivity.java59 ai.flags |= ApplicationInfo.FLAG_SUPPORTS_XLARGE_SCREENS in init()
/frameworks/base/services/core/java/com/android/server/pm/
DSettings.java3418 … if ((ps.pkg.applicationInfo.flags & ApplicationInfo.FLAG_SUPPORTS_XLARGE_SCREENS) != 0) { in dumpPackageLPr()
/frameworks/base/api/
Dsystem-current.txt8635 field public static final int FLAG_SUPPORTS_XLARGE_SCREENS = 524288; // 0x80000
Dcurrent.txt8389 field public static final int FLAG_SUPPORTS_XLARGE_SCREENS = 524288; // 0x80000