Home
last modified time | relevance | path

Searched refs:requiresSmallestWidthDp (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java629 public int requiresSmallestWidthDp = 0; field in ApplicationInfo
1069 pw.println(prefix + "requiresSmallestWidthDp=" + requiresSmallestWidthDp in dump()
1187 requiresSmallestWidthDp = orig.requiresSmallestWidthDp; in ApplicationInfo()
1252 dest.writeInt(requiresSmallestWidthDp); in writeToParcel()
1322 requiresSmallestWidthDp = source.readInt(); in ApplicationInfo()
DPackageParser.java2395 pkg.applicationInfo.requiresSmallestWidthDp = sa.getInteger( in parseBaseApkCommon()
/frameworks/base/core/java/android/content/res/
DCompatibilityInfo.java109 if (appInfo.requiresSmallestWidthDp != 0 || appInfo.compatibleWidthLimitDp != 0 in CompatibilityInfo()
112 int required = appInfo.requiresSmallestWidthDp != 0 in CompatibilityInfo()
113 ? appInfo.requiresSmallestWidthDp in CompatibilityInfo()
/frameworks/base/tools/aapt/
DCommand.cpp1092 int requiresSmallestWidthDp = 0; in doDump() local
1496 requiresSmallestWidthDp = AaptXml::getIntegerAttribute(tree, in doDump()
2193 && requiresSmallestWidthDp > 0) { in doDump()
2196 compatWidth = requiresSmallestWidthDp; in doDump()
2198 if (requiresSmallestWidthDp <= 240 && compatWidth >= 240) { in doDump()
2203 if (requiresSmallestWidthDp <= 320 && compatWidth >= 320) { in doDump()
2208 if (requiresSmallestWidthDp <= 480 && compatWidth >= 480) { in doDump()
2213 if (requiresSmallestWidthDp <= 720 && compatWidth >= 720) { in doDump()
2238 anyDensity = (targetSdk >= 4 || requiresSmallestWidthDp > 0 in doDump()
2256 if (requiresSmallestWidthDp > 0) { in doDump()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DPackageParserTest.java385 assertEquals(a.requiresSmallestWidthDp, that.requiresSmallestWidthDp); in assertApplicationInfoEqual()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java3299 && r.appInfo.requiresSmallestWidthDp > globalConfig.smallestScreenWidthDp) { in showUnsupportedZoomDialogIfNeededLocked()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt1009 field public static final int requiresSmallestWidthDp = 16843620; // 0x1010364
8405 field public int requiresSmallestWidthDp;
/frameworks/base/api/
Dcurrent.txt1082 field public static final int requiresSmallestWidthDp = 16843620; // 0x1010364
10231 field public int requiresSmallestWidthDp;
Dtest-current.txt1082 field public static final int requiresSmallestWidthDp = 16843620; // 0x1010364
10268 field public int requiresSmallestWidthDp;
Dsystem-current.txt1214 field public static final int requiresSmallestWidthDp = 16843620; // 0x1010364
10783 field public int requiresSmallestWidthDp;