Searched refs:compatibleWidthLimitDp (Results 1 – 12 of 12) sorted by relevance
356 public int compatibleWidthLimitDp = 0; field in ApplicationInfo454 + " compatibleWidthLimitDp=" + compatibleWidthLimitDp in dump()528 compatibleWidthLimitDp = orig.compatibleWidthLimitDp; in ApplicationInfo()566 dest.writeInt(compatibleWidthLimitDp); in writeToParcel()604 compatibleWidthLimitDp = source.readInt(); in ApplicationInfo()
1162 pkg.applicationInfo.compatibleWidthLimitDp = sa.getInteger( in parsePackage()
99 if (appInfo.requiresSmallestWidthDp != 0 || appInfo.compatibleWidthLimitDp != 0 in CompatibilityInfo()104 : appInfo.compatibleWidthLimitDp; in CompatibilityInfo()108 int compat = appInfo.compatibleWidthLimitDp != 0 in CompatibilityInfo()109 ? appInfo.compatibleWidthLimitDp : required; in CompatibilityInfo()
185 <supports-screens>}</a> element and specify the {@code android:compatibleWidthLimitDp}188 <supports-screens android:compatibleWidthLimitDp="720" />196 your value for {@code android:compatibleWidthLimitDp} is larger than 320.</p>231 android:compatibleWidthLimitDp}</a> attribute to {@code "320"}:</p>233 <supports-screens android:compatibleWidthLimitDp="320" />242 android:compatibleWidthLimitDp}</a> is larger than 320.</p>254 android:compatibleWidthLimitDp}</a> except it force-enables
893 {@code android:compatibleWidthLimitDp}</a></dt>
701 int compatibleWidthLimitDp = 0; in doDump() local921 compatibleWidthLimitDp = getIntegerAttribute(tree, in doDump()1391 int compatWidth = compatibleWidthLimitDp; in doDump()1434 || compatibleWidthLimitDp > 0) ? -1 : 0; in doDump()1446 if (compatibleWidthLimitDp > 0) { in doDump()1447 printf("compatible-width-limit:'%d'\n", compatibleWidthLimitDp); in doDump()
18 android:<a href="#compatibleWidth">compatibleWidthLimitDp</a>="<em>integer</em>"52 android:requiresSmallestWidthDp}, {@code android:compatibleWidthLimitDp}, and {@code178 <dt id="compatibleWidth">{@code android:compatibleWidthLimitDp}</dt>191 android:compatibleWidthLimitDp} is larger than 320.</p>203 href="#compatibleWidth">{@code android:compatibleWidthLimitDp}</a> attribute. You should use the
253 <li><code>android:compatibleWidthLimitDp="<em>numDp"</em></code> — This357 …cationInfo#largestWidthLimitDp}, {@link android.content.pm.ApplicationInfo#compatibleWidthLimitDp},
333 field public static final int compatibleWidthLimitDp = 16843621; // 0x10103655996 field public int compatibleWidthLimitDp;
335 field public static final int compatibleWidthLimitDp = 16843621; // 0x10103656018 field public int compatibleWidthLimitDp;
341 field public static final int compatibleWidthLimitDp = 16843621; // 0x10103656274 field public int compatibleWidthLimitDp;