Home
last modified time | relevance | path

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

/hardware/google/aemu/base/
DLayoutResolver.cpp46 const uint32_t secondRowWidth, in computeScore() argument
48 if (firstRowWidth == 0 || secondRowWidth == 0) { in computeScore()
53 return std::pow((double)firstRowWidth / (double)secondRowWidth - 1.0, in computeScore()
146 uint32_t secondRowWidth = 0; in resolveLayout() local
155 secondRowWidth += rectangles[idx].width; in resolveLayout()
161 uint32_t combinedWidth = std::max(firstRowWidth, secondRowWidth); in resolveLayout()
164 secondRowWidth, monitorAspectRatio); in resolveLayout()