Searched refs:compatibleWidthLimitDp (Results 1 – 8 of 8) 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()
758 public int compatibleWidthLimitDp = 0; field in ApplicationInfo1326 + " compatibleWidthLimitDp=" + compatibleWidthLimitDp in dump()1454 compatibleWidthLimitDp); in writeToProto()1550 compatibleWidthLimitDp = orig.compatibleWidthLimitDp; in ApplicationInfo()1624 dest.writeInt(compatibleWidthLimitDp); in writeToParcel()1703 compatibleWidthLimitDp = source.readInt(); in ApplicationInfo()
2296 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()
400 assertEquals(a.compatibleWidthLimitDp, that.compatibleWidthLimitDp); in assertApplicationInfoEqual()
430 field public static final int compatibleWidthLimitDp = 16843621; // 0x10103658394 field public int compatibleWidthLimitDp;
449 field public static final int compatibleWidthLimitDp = 16843621; // 0x101036511122 field public int compatibleWidthLimitDp;
96508 Lcom/android/internal/R$attr;->compatibleWidthLimitDp:I