Searched defs:compatibleWidthLimitDp (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java605 * android:compatibleWidthLimitDp} attribute of the <supports-screens> tag.
607 public int compatibleWidthLimitDp = 0; field in class:ApplicationInfo
1030 + " compatibleWidthLimitDp=" + compatibleWidthLimitDp
1141 compatibleWidthLimitDp = orig.compatibleWidthLimitDp;
1204 dest.writeInt(compatibleWidthLimitDp);
1272 compatibleWidthLimitDp = source.readInt();
/frameworks/base/tools/aapt/
H A DCommand.cpp1092 int compatibleWidthLimitDp = 0; local
1497 compatibleWidthLimitDp = AaptXml::getIntegerAttribute(tree,
2193 int compatWidth = compatibleWidthLimitDp;
2238 || compatibleWidthLimitDp > 0) ? -1 : 0;
2258 if (compatibleWidthLimitDp > 0) {
2259 printf("compatible-width-limit:'%d'\n", compatibleWidthLimitDp);

Completed in 511 milliseconds