Searched refs:requiresSmallestWidthDp (Results 1 – 14 of 14) sorted by relevance
166 if (appInfo.requiresSmallestWidthDp != 0 || appInfo.compatibleWidthLimitDp != 0 in CompatibilityInfo()169 int required = appInfo.requiresSmallestWidthDp != 0 in CompatibilityInfo()170 ? appInfo.requiresSmallestWidthDp in CompatibilityInfo()
1080 int requiresSmallestWidthDp = 0; in doDump() local1584 requiresSmallestWidthDp = AaptXml::getIntegerAttribute(tree, in doDump()2278 && requiresSmallestWidthDp > 0) { in doDump()2281 compatWidth = requiresSmallestWidthDp; in doDump()2283 if (requiresSmallestWidthDp <= 240 && compatWidth >= 240) { in doDump()2288 if (requiresSmallestWidthDp <= 320 && compatWidth >= 320) { in doDump()2293 if (requiresSmallestWidthDp <= 480 && compatWidth >= 480) { in doDump()2298 if (requiresSmallestWidthDp <= 720 && compatWidth >= 720) { in doDump()2323 anyDensity = (targetSdk >= SDK_DONUT || requiresSmallestWidthDp > 0 || in doDump()2343 if (requiresSmallestWidthDp > 0) { in doDump()[all …]
912 public int requiresSmallestWidthDp = 0; field in ApplicationInfo1676 pw.println(prefix + "requiresSmallestWidthDp=" + requiresSmallestWidthDp in dump()1840 requiresSmallestWidthDp); in dumpDebug()1957 requiresSmallestWidthDp = orig.requiresSmallestWidthDp; in ApplicationInfo()2046 dest.writeInt(requiresSmallestWidthDp); in writeToParcel()2152 requiresSmallestWidthDp = source.readInt(); in ApplicationInfo()
2244 pkg.applicationInfo.requiresSmallestWidthDp = sa.getInteger( in parseBaseApkCommon()
370 private int requiresSmallestWidthDp; field in PackageImpl1261 return requiresSmallestWidthDp; in getRequiresSmallestWidthDp()2315 requiresSmallestWidthDp = value;2633 appInfo.requiresSmallestWidthDp = requiresSmallestWidthDp;3231 dest.writeInt(this.requiresSmallestWidthDp);3397 this.requiresSmallestWidthDp = in.readInt();
330 ParsingPackage setRequiresSmallestWidthDp(int requiresSmallestWidthDp); in setRequiresSmallestWidthDp() argument
3015 int requiresSmallestWidthDp = anInt(0,3037 .setRequiresSmallestWidthDp(requiresSmallestWidthDp)
157 && r.info.applicationInfo.requiresSmallestWidthDp in showUnsupportedDisplaySizeDialogIfNeeded()
1145 assertEquals(a.requiresSmallestWidthDp, that.requiresSmallestWidthDp); in assertApplicationInfoEqual()
1098 name: "requiresSmallestWidthDp"
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
1009 field public static final int requiresSmallestWidthDp = 16843620; // 0x10103648405 field public int requiresSmallestWidthDp;
1396 field public static final int requiresSmallestWidthDp = 16843620; // 0x101036412242 field public int requiresSmallestWidthDp;
75676 Lcom/android/internal/R$attr;->requiresSmallestWidthDp:I