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

/frameworks/base/tools/aapt/
H A DCommand.cpp1392 int compatWidth = compatibleWidthLimitDp; local
1393 if (compatWidth <= 0) compatWidth = requiresSmallestWidthDp;
1394 if (requiresSmallestWidthDp <= 240 && compatWidth >= 240) {
1399 if (requiresSmallestWidthDp <= 320 && compatWidth >= 320) {
1404 if (requiresSmallestWidthDp <= 480 && compatWidth >= 480) {
1409 if (requiresSmallestWidthDp <= 720 && compatWidth >= 720) {

Completed in 141 milliseconds