Searched refs:requiresSmallestWidthDp (Results 1 – 11 of 11) sorted by relevance
473 public int requiresSmallestWidthDp = 0; field in ApplicationInfo670 pw.println(prefix + "requiresSmallestWidthDp=" + requiresSmallestWidthDp in dump()757 requiresSmallestWidthDp = orig.requiresSmallestWidthDp; in ApplicationInfo()810 dest.writeInt(requiresSmallestWidthDp); in writeToParcel()862 requiresSmallestWidthDp = source.readInt(); in ApplicationInfo()
1680 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()
880 int requiresSmallestWidthDp = 0; in doDump() local1262 requiresSmallestWidthDp = AaptXml::getIntegerAttribute(tree, in doDump()1909 && requiresSmallestWidthDp > 0) { in doDump()1912 compatWidth = requiresSmallestWidthDp; in doDump()1914 if (requiresSmallestWidthDp <= 240 && compatWidth >= 240) { in doDump()1919 if (requiresSmallestWidthDp <= 320 && compatWidth >= 320) { in doDump()1924 if (requiresSmallestWidthDp <= 480 && compatWidth >= 480) { in doDump()1929 if (requiresSmallestWidthDp <= 720 && compatWidth >= 720) { in doDump()1954 anyDensity = (targetSdk >= 4 || requiresSmallestWidthDp > 0 in doDump()1972 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
910 {@code android:requiresSmallestWidthDp}</a></dt>921 <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,
419 android:requiresSmallestWidthDp}</a> attribute, which declares the minimum smallestWidth with which
986 field public static final int requiresSmallestWidthDp = 16843620; // 0x10103648929 field public int requiresSmallestWidthDp;
1078 field public static final int requiresSmallestWidthDp = 16843620; // 0x10103649186 field public int requiresSmallestWidthDp;