Home
last modified time | relevance | path

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

/hardware/google/aemu/base/
DLayoutResolver.cpp44 const uint32_t combinedHeight, in computeScore() argument
49 return std::pow((double)combinedHeight / (double)combinedWidth - in computeScore()
55 std::pow((double)combinedHeight / (double)combinedWidth - in computeScore()
160 uint32_t combinedHeight = firstRowHeight + secondRowHeight; in resolveLayout() local
163 computeScore(combinedWidth, combinedHeight, firstRowWidth, in resolveLayout()