Searched refs:requiresSmallestWidthDp (Results 1 – 10 of 10) sorted by relevance
408 public int requiresSmallestWidthDp = 0; field in ApplicationInfo602 pw.println(prefix + "requiresSmallestWidthDp=" + requiresSmallestWidthDp in dump()683 requiresSmallestWidthDp = orig.requiresSmallestWidthDp; in ApplicationInfo()733 dest.writeInt(requiresSmallestWidthDp); in writeToParcel()782 requiresSmallestWidthDp = source.readInt(); in ApplicationInfo()
1646 pkg.applicationInfo.requiresSmallestWidthDp = sa.getInteger( in parseBaseApk()
99 if (appInfo.requiresSmallestWidthDp != 0 || appInfo.compatibleWidthLimitDp != 0 in CompatibilityInfo()102 int required = appInfo.requiresSmallestWidthDp != 0 in CompatibilityInfo()103 ? appInfo.requiresSmallestWidthDp in CompatibilityInfo()
883 int requiresSmallestWidthDp = 0; in doDump() local1243 requiresSmallestWidthDp = AaptXml::getIntegerAttribute(tree, in doDump()1890 && requiresSmallestWidthDp > 0) { in doDump()1893 compatWidth = requiresSmallestWidthDp; in doDump()1895 if (requiresSmallestWidthDp <= 240 && compatWidth >= 240) { in doDump()1900 if (requiresSmallestWidthDp <= 320 && compatWidth >= 320) { in doDump()1905 if (requiresSmallestWidthDp <= 480 && compatWidth >= 480) { in doDump()1910 if (requiresSmallestWidthDp <= 720 && compatWidth >= 720) { in doDump()1935 anyDensity = (targetSdk >= 4 || requiresSmallestWidthDp > 0 in doDump()1953 if (requiresSmallestWidthDp > 0) { in doDump()[all …]
130 android:requiresSmallestWidthDp="600" />150 requiresSmallestWidthDp}</a> attribute is for devices running Android 3.2 and newer, which includes160 the <code>requiresSmallestWidthDp</code> attribute. Older versions don't understand this attribute165 Android 3.2 and add the <code>requiresSmallestWidthDp</code> attribute. Android versions older than
894 {@code android:requiresSmallestWidthDp}</a></dt>905 <supports-screens android:requiresSmallestWidthDp="600" />
17 android:<a href="#requiresSmallest">requiresSmallestWidthDp</a>="<em>integer</em>"52 android:requiresSmallestWidthDp}, {@code android:compatibleWidthLimitDp}, and {@code131 <dt id="requiresSmallest">{@code android:requiresSmallestWidthDp}</dt>
267 <li><code>android:requiresSmallestWidthDp="<em>numDp"</em></code> — This359 and {@link android.content.pm.ApplicationInfo#requiresSmallestWidthDp} fields,
405 android:requiresSmallestWidthDp}</a> attribute, which declares the minimum smallestWidth with which
1004 field public static final int requiresSmallestWidthDp = 16843620; // 0x10103648365 field public int requiresSmallestWidthDp;