Searched refs:compatibleWidthLimitDp (Results 1 – 9 of 9) sorted by relevance
113 if (appInfo.requiresSmallestWidthDp != 0 || appInfo.compatibleWidthLimitDp != 0 in CompatibilityInfo()118 : appInfo.compatibleWidthLimitDp; in CompatibilityInfo()122 int compat = appInfo.compatibleWidthLimitDp != 0 in CompatibilityInfo()123 ? appInfo.compatibleWidthLimitDp : required; in CompatibilityInfo()
760 public int compatibleWidthLimitDp = 0; field in ApplicationInfo1328 + " compatibleWidthLimitDp=" + compatibleWidthLimitDp in dump()1456 compatibleWidthLimitDp); in writeToProto()1552 compatibleWidthLimitDp = orig.compatibleWidthLimitDp; in ApplicationInfo()1626 dest.writeInt(compatibleWidthLimitDp); in writeToParcel()1705 compatibleWidthLimitDp = source.readInt(); in ApplicationInfo()
2340 pkg.applicationInfo.compatibleWidthLimitDp = sa.getInteger( in parseBaseApkCommon()
1077 int compatibleWidthLimitDp = 0; in doDump() local1510 compatibleWidthLimitDp = AaptXml::getIntegerAttribute(tree, in doDump()2206 int compatWidth = compatibleWidthLimitDp; in doDump()2251 || compatibleWidthLimitDp > 0) ? -1 : 0; in doDump()2271 if (compatibleWidthLimitDp > 0) { in doDump()2272 printf("compatible-width-limit:'%d'\n", compatibleWidthLimitDp); in doDump()
404 assertEquals(a.compatibleWidthLimitDp, that.compatibleWidthLimitDp); in assertApplicationInfoEqual()
430 field public static final int compatibleWidthLimitDp = 16843621; // 0x10103658394 field public int compatibleWidthLimitDp;
451 field public static final int compatibleWidthLimitDp = 16843621; // 0x101036511132 field public int compatibleWidthLimitDp;
90069 Lcom/android/internal/R$attr;->compatibleWidthLimitDp:I