Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DCommand.cpp2263 int compatWidth = compatibleWidthLimitDp; in doDump() local
2264 if (compatWidth <= 0) { in doDump()
2265 compatWidth = requiresSmallestWidthDp; in doDump()
2267 if (requiresSmallestWidthDp <= 240 && compatWidth >= 240) { in doDump()
2272 if (requiresSmallestWidthDp <= 320 && compatWidth >= 320) { in doDump()
2277 if (requiresSmallestWidthDp <= 480 && compatWidth >= 480) { in doDump()
2282 if (requiresSmallestWidthDp <= 720 && compatWidth >= 720) { in doDump()