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

/frameworks/base/tools/aapt/
H A DCommand.cpp2193 int compatWidth = compatibleWidthLimitDp; local
2194 if (compatWidth <= 0) {
2195 compatWidth = requiresSmallestWidthDp;
2197 if (requiresSmallestWidthDp <= 240 && compatWidth >= 240) {
2202 if (requiresSmallestWidthDp <= 320 && compatWidth >= 320) {
2207 if (requiresSmallestWidthDp <= 480 && compatWidth >= 480) {
2212 if (requiresSmallestWidthDp <= 720 && compatWidth >= 720) {

Completed in 133 milliseconds