Home
last modified time | relevance | path

Searched refs:requiresSmallestWidthDp (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java473 public int requiresSmallestWidthDp = 0; field in ApplicationInfo
670 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()
DPackageParser.java1680 pkg.applicationInfo.requiresSmallestWidthDp = sa.getInteger( in parseBaseApk()
/frameworks/base/core/java/android/content/res/
DCompatibilityInfo.java99 if (appInfo.requiresSmallestWidthDp != 0 || appInfo.compatibleWidthLimitDp != 0 in CompatibilityInfo()
102 int required = appInfo.requiresSmallestWidthDp != 0 in CompatibilityInfo()
103 ? appInfo.requiresSmallestWidthDp in CompatibilityInfo()
/frameworks/base/tools/aapt/
DCommand.cpp880 int requiresSmallestWidthDp = 0; in doDump() local
1262 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 …]
/frameworks/base/docs/html/guide/practices/
Dscreens-distribution.jd130 android:requiresSmallestWidthDp="600" />
150 requiresSmallestWidthDp}</a> attribute is for devices running Android 3.2 and newer, which includes
160 the <code>requiresSmallestWidthDp</code> attribute. Older versions don't understand this attribute
165 Android 3.2 and add the <code>requiresSmallestWidthDp</code> attribute. Android versions older than
Dscreens_support.jd910 {@code android:requiresSmallestWidthDp}</a></dt>
921 &lt;supports-screens android:requiresSmallestWidthDp="600" /&gt;
/frameworks/base/docs/html/guide/topics/manifest/
Dsupports-screens-element.jd17 android:<a href="#requiresSmallest">requiresSmallestWidthDp</a>="<em>integer</em>"
52 android:requiresSmallestWidthDp}, {@code android:compatibleWidthLimitDp}, and {@code
131 <dt id="requiresSmallest">{@code android:requiresSmallestWidthDp}</dt>
/frameworks/base/docs/html/about/versions/
Dandroid-3.2.jd267 <li><code>android:requiresSmallestWidthDp="<em>numDp"</em></code> &mdash; This
359 and {@link android.content.pm.ApplicationInfo#requiresSmallestWidthDp} fields,
/frameworks/base/docs/html/guide/topics/resources/
Dproviding-resources.jd419 android:requiresSmallestWidthDp}</a> attribute, which declares the minimum smallestWidth with which
/frameworks/base/api/
Dcurrent.txt986 field public static final int requiresSmallestWidthDp = 16843620; // 0x1010364
8929 field public int requiresSmallestWidthDp;
Dsystem-current.txt1078 field public static final int requiresSmallestWidthDp = 16843620; // 0x1010364
9186 field public int requiresSmallestWidthDp;