Home
last modified time | relevance | path

Searched refs:compatibleWidthLimitDp (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java481 public int compatibleWidthLimitDp = 0; field in ApplicationInfo
671 + " compatibleWidthLimitDp=" + compatibleWidthLimitDp in dump()
758 compatibleWidthLimitDp = orig.compatibleWidthLimitDp; in ApplicationInfo()
811 dest.writeInt(compatibleWidthLimitDp); in writeToParcel()
863 compatibleWidthLimitDp = source.readInt(); in ApplicationInfo()
DPackageParser.java1683 pkg.applicationInfo.compatibleWidthLimitDp = sa.getInteger( in parseBaseApk()
/frameworks/base/core/java/android/content/res/
DCompatibilityInfo.java99 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()
/frameworks/base/docs/html/guide/practices/
Dscreen-compat-mode.jd186 &lt;supports-screens&gt;}</a> element and specify the {@code android:compatibleWidthLimitDp}
189 &lt;supports-screens android:compatibleWidthLimitDp="720" /&gt;
197 your value for {@code android:compatibleWidthLimitDp} is larger than 320.</p>
232 android:compatibleWidthLimitDp}</a> attribute to {@code "320"}:</p>
234 &lt;supports-screens android:compatibleWidthLimitDp="320" /&gt;
243 android:compatibleWidthLimitDp}</a> is larger than 320.</p>
255 android:compatibleWidthLimitDp}</a> except it force-enables
Dscreens_support.jd939 {@code android:compatibleWidthLimitDp}</a></dt>
/frameworks/base/docs/html/guide/topics/manifest/
Dsupports-screens-element.jd18 android:<a href="#compatibleWidth">compatibleWidthLimitDp</a>="<em>integer</em>"
52 android:requiresSmallestWidthDp}, {@code android:compatibleWidthLimitDp}, and {@code
178 <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
/frameworks/base/tools/aapt/
DCommand.cpp881 int compatibleWidthLimitDp = 0; in doDump() local
1264 compatibleWidthLimitDp = AaptXml::getIntegerAttribute(tree, in doDump()
1910 int compatWidth = compatibleWidthLimitDp; in doDump()
1955 || compatibleWidthLimitDp > 0) ? -1 : 0; in doDump()
1975 if (compatibleWidthLimitDp > 0) { in doDump()
1976 printf("compatible-width-limit:'%d'\n", compatibleWidthLimitDp); in doDump()
/frameworks/base/docs/html/about/versions/
Dandroid-3.2.jd254 <li><code>android:compatibleWidthLimitDp="<em>numDp"</em></code> &mdash; This
358 …cationInfo#largestWidthLimitDp}, {@link android.content.pm.ApplicationInfo#compatibleWidthLimitDp},
/frameworks/base/api/
Dcurrent.txt395 field public static final int compatibleWidthLimitDp = 16843621; // 0x1010365
8918 field public int compatibleWidthLimitDp;
Dsystem-current.txt487 field public static final int compatibleWidthLimitDp = 16843621; // 0x1010365
9175 field public int compatibleWidthLimitDp;