Searched refs:compatibleWidthLimitDp (Results 1 – 13 of 13) sorted by relevance
166 if (appInfo.requiresSmallestWidthDp != 0 || appInfo.compatibleWidthLimitDp != 0 in CompatibilityInfo()171 : appInfo.compatibleWidthLimitDp; in CompatibilityInfo()175 int compat = appInfo.compatibleWidthLimitDp != 0 in CompatibilityInfo()176 ? appInfo.compatibleWidthLimitDp : required; in CompatibilityInfo()
920 public int compatibleWidthLimitDp = 0; field in ApplicationInfo1677 + " compatibleWidthLimitDp=" + compatibleWidthLimitDp in dump()1842 compatibleWidthLimitDp); in dumpDebug()1958 compatibleWidthLimitDp = orig.compatibleWidthLimitDp; in ApplicationInfo()2047 dest.writeInt(compatibleWidthLimitDp); in writeToParcel()2153 compatibleWidthLimitDp = source.readInt(); in ApplicationInfo()
2247 pkg.applicationInfo.compatibleWidthLimitDp = sa.getInteger( in parseBaseApkCommon()
1081 int compatibleWidthLimitDp = 0; in doDump() local1586 compatibleWidthLimitDp = AaptXml::getIntegerAttribute(tree, in doDump()2279 int compatWidth = compatibleWidthLimitDp; in doDump()2324 compatibleWidthLimitDp > 0) in doDump()2346 if (compatibleWidthLimitDp > 0) { in doDump()2347 printf("compatible-width-limit:'%d'\n", compatibleWidthLimitDp); in doDump()
343 private int compatibleWidthLimitDp; field in PackageImpl937 return compatibleWidthLimitDp; in getCompatibleWidthLimitDp()1972 compatibleWidthLimitDp = value;2595 appInfo.compatibleWidthLimitDp = compatibleWidthLimitDp;3213 dest.writeInt(this.compatibleWidthLimitDp);3379 this.compatibleWidthLimitDp = in.readInt();
267 ParsingPackage setCompatibleWidthLimitDp(int compatibleWidthLimitDp); in setCompatibleWidthLimitDp() argument
3017 int compatibleWidthLimitDp = anInt(0,3038 .setCompatibleWidthLimitDp(compatibleWidthLimitDp)
1146 assertEquals(a.compatibleWidthLimitDp, that.compatibleWidthLimitDp); in assertApplicationInfoEqual()
1110 name: "compatibleWidthLimitDp"
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
430 field public static final int compatibleWidthLimitDp = 16843621; // 0x10103658394 field public int compatibleWidthLimitDp;
644 field public static final int compatibleWidthLimitDp = 16843621; // 0x101036512227 field public int compatibleWidthLimitDp;
74997 Lcom/android/internal/R$attr;->compatibleWidthLimitDp:I