Searched refs:requiresSmallestWidthDp (Results 1 – 7 of 7) sorted by relevance
113 if (appInfo.requiresSmallestWidthDp != 0 || appInfo.compatibleWidthLimitDp != 0 in CompatibilityInfo()116 int required = appInfo.requiresSmallestWidthDp != 0 in CompatibilityInfo()117 ? appInfo.requiresSmallestWidthDp in CompatibilityInfo()
750 public int requiresSmallestWidthDp = 0; field in ApplicationInfo1325 pw.println(prefix + "requiresSmallestWidthDp=" + requiresSmallestWidthDp in dump()1452 requiresSmallestWidthDp); in writeToProto()1549 requiresSmallestWidthDp = orig.requiresSmallestWidthDp; in ApplicationInfo()1623 dest.writeInt(requiresSmallestWidthDp); in writeToParcel()1702 requiresSmallestWidthDp = source.readInt(); in ApplicationInfo()
2293 pkg.applicationInfo.requiresSmallestWidthDp = sa.getInteger( in parseBaseApkCommon()
1076 int requiresSmallestWidthDp = 0; in doDump() local1508 requiresSmallestWidthDp = AaptXml::getIntegerAttribute(tree, in doDump()2205 && requiresSmallestWidthDp > 0) { in doDump()2208 compatWidth = requiresSmallestWidthDp; in doDump()2210 if (requiresSmallestWidthDp <= 240 && compatWidth >= 240) { in doDump()2215 if (requiresSmallestWidthDp <= 320 && compatWidth >= 320) { in doDump()2220 if (requiresSmallestWidthDp <= 480 && compatWidth >= 480) { in doDump()2225 if (requiresSmallestWidthDp <= 720 && compatWidth >= 720) { in doDump()2250 anyDensity = (targetSdk >= 4 || requiresSmallestWidthDp > 0 in doDump()2268 if (requiresSmallestWidthDp > 0) { in doDump()[all …]
108 && r.appInfo.requiresSmallestWidthDp > globalConfig.smallestScreenWidthDp) { in showUnsupportedDisplaySizeDialogIfNeeded()
399 assertEquals(a.requiresSmallestWidthDp, that.requiresSmallestWidthDp); in assertApplicationInfoEqual()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...