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

/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java556 * android:compatibleWidthLimitDp} attribute of the <supports-screens> tag.
558 public int compatibleWidthLimitDp = 0; field in class:ApplicationInfo
795 + " compatibleWidthLimitDp=" + compatibleWidthLimitDp
901 compatibleWidthLimitDp = orig.compatibleWidthLimitDp;
957 dest.writeInt(compatibleWidthLimitDp);
1013 compatibleWidthLimitDp = source.readInt();
/frameworks/base/tools/aapt/
H A DCommand.cpp1061 int compatibleWidthLimitDp = 0; local
1459 compatibleWidthLimitDp = AaptXml::getIntegerAttribute(tree,
2131 int compatWidth = compatibleWidthLimitDp;
2176 || compatibleWidthLimitDp > 0) ? -1 : 0;
2196 if (compatibleWidthLimitDp > 0) {
2197 printf("compatible-width-limit:'%d'\n", compatibleWidthLimitDp);

Completed in 93 milliseconds