Searched refs:requiresSmallestWidthDp (Results 1 – 10 of 10) 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()
752 public int requiresSmallestWidthDp = 0; field in ApplicationInfo1327 pw.println(prefix + "requiresSmallestWidthDp=" + requiresSmallestWidthDp in dump()1454 requiresSmallestWidthDp); in writeToProto()1551 requiresSmallestWidthDp = orig.requiresSmallestWidthDp; in ApplicationInfo()1625 dest.writeInt(requiresSmallestWidthDp); in writeToParcel()1704 requiresSmallestWidthDp = source.readInt(); in ApplicationInfo()
2337 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()
403 assertEquals(a.requiresSmallestWidthDp, that.requiresSmallestWidthDp); in assertApplicationInfoEqual()
1009 field public static final int requiresSmallestWidthDp = 16843620; // 0x10103648405 field public int requiresSmallestWidthDp;
1132 field public static final int requiresSmallestWidthDp = 16843620; // 0x101036411145 field public int requiresSmallestWidthDp;
90748 Lcom/android/internal/R$attr;->requiresSmallestWidthDp:I