Home
last modified time | relevance | path

Searched defs:combinedWidth (Results 1 – 1 of 1) sorted by relevance

/hardware/google/aemu/base/
DLayoutResolver.cpp43 static double computeScore(const uint32_t combinedWidth, in computeScore()
161 uint32_t combinedWidth = std::max(firstRowWidth, secondRowWidth); in resolveLayout() local