Searched refs:requiresSmallestWidthDp (Results 1 – 9 of 9) sorted by relevance
599 public int requiresSmallestWidthDp = 0; field in ApplicationInfo1029 pw.println(prefix + "requiresSmallestWidthDp=" + requiresSmallestWidthDp in dump()1140 requiresSmallestWidthDp = orig.requiresSmallestWidthDp; in ApplicationInfo()1203 dest.writeInt(requiresSmallestWidthDp); in writeToParcel()1271 requiresSmallestWidthDp = source.readInt(); in ApplicationInfo()
2342 pkg.applicationInfo.requiresSmallestWidthDp = sa.getInteger( in parseBaseApkCommon()
109 if (appInfo.requiresSmallestWidthDp != 0 || appInfo.compatibleWidthLimitDp != 0 in CompatibilityInfo()112 int required = appInfo.requiresSmallestWidthDp != 0 in CompatibilityInfo()113 ? appInfo.requiresSmallestWidthDp in CompatibilityInfo()
1091 int requiresSmallestWidthDp = 0; in doDump() local1495 requiresSmallestWidthDp = AaptXml::getIntegerAttribute(tree, in doDump()2192 && requiresSmallestWidthDp > 0) { in doDump()2195 compatWidth = requiresSmallestWidthDp; in doDump()2197 if (requiresSmallestWidthDp <= 240 && compatWidth >= 240) { in doDump()2202 if (requiresSmallestWidthDp <= 320 && compatWidth >= 320) { in doDump()2207 if (requiresSmallestWidthDp <= 480 && compatWidth >= 480) { in doDump()2212 if (requiresSmallestWidthDp <= 720 && compatWidth >= 720) { in doDump()2237 anyDensity = (targetSdk >= 4 || requiresSmallestWidthDp > 0 in doDump()2255 if (requiresSmallestWidthDp > 0) { in doDump()[all …]
385 assertEquals(a.requiresSmallestWidthDp, that.requiresSmallestWidthDp); in assertApplicationInfoEqual()
3287 && r.appInfo.requiresSmallestWidthDp > globalConfig.smallestScreenWidthDp) { in showUnsupportedZoomDialogIfNeededLocked()
1009 field public static final int requiresSmallestWidthDp = 16843620; // 0x10103648405 field public int requiresSmallestWidthDp;
1080 field public static final int requiresSmallestWidthDp = 16843620; // 0x101036410194 field public int requiresSmallestWidthDp;
1203 field public static final int requiresSmallestWidthDp = 16843620; // 0x101036410775 field public int requiresSmallestWidthDp;