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

/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java414 * android:compatibleWidthLimitDp} attribute of the <supports-screens> tag.
416 public int compatibleWidthLimitDp = 0; field in class:ApplicationInfo
603 + " compatibleWidthLimitDp=" + compatibleWidthLimitDp
684 compatibleWidthLimitDp = orig.compatibleWidthLimitDp;
734 dest.writeInt(compatibleWidthLimitDp);
783 compatibleWidthLimitDp = source.readInt();
/frameworks/base/tools/aapt/
H A DCommand.cpp883 int compatibleWidthLimitDp = 0; local
1266 compatibleWidthLimitDp = AaptXml::getIntegerAttribute(tree,
1912 int compatWidth = compatibleWidthLimitDp;
1957 || compatibleWidthLimitDp > 0) ? -1 : 0;
1977 if (compatibleWidthLimitDp > 0) {
1978 printf("compatible-width-limit:'%d'\n", compatibleWidthLimitDp);

Completed in 1632 milliseconds