Home
last modified time | relevance | path

Searched refs:FLAG_SUPPORTS_XLARGE_SCREENS (Results 1 – 9 of 9) 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.java304 public static final int FLAG_SUPPORTS_XLARGE_SCREENS = 1<<19; field in ApplicationInfo
1078 FLAG_SUPPORTS_SCREEN_DENSITIES | FLAG_SUPPORTS_XLARGE_SCREENS); in disableCompatibilityMode()
DPackageParser.java2194 pkg.applicationInfo.flags |= ApplicationInfo.FLAG_SUPPORTS_XLARGE_SCREENS; in parseBaseApkCommon()
/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.java4434 … if ((ps.pkg.applicationInfo.flags & ApplicationInfo.FLAG_SUPPORTS_XLARGE_SCREENS) != 0) { in dumpPackageLPr()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8387 field public static final int FLAG_SUPPORTS_XLARGE_SCREENS = 524288; // 0x80000
/frameworks/base/api/
Dcurrent.txt9365 field public static final int FLAG_SUPPORTS_XLARGE_SCREENS = 524288; // 0x80000
Dtest-current.txt9376 field public static final int FLAG_SUPPORTS_XLARGE_SCREENS = 524288; // 0x80000
Dsystem-current.txt9707 field public static final int FLAG_SUPPORTS_XLARGE_SCREENS = 524288; // 0x80000