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

/frameworks/base/tools/aapt/
H A DCommand.cpp1891 int compatWidth = compatibleWidthLimitDp; local
1892 if (compatWidth <= 0) {
1893 compatWidth = requiresSmallestWidthDp;
1895 if (requiresSmallestWidthDp <= 240 && compatWidth >= 240) {
1900 if (requiresSmallestWidthDp <= 320 && compatWidth >= 320) {
1905 if (requiresSmallestWidthDp <= 480 && compatWidth >= 480) {
1910 if (requiresSmallestWidthDp <= 720 && compatWidth >= 720) {

Completed in 41 milliseconds