Home
last modified time | relevance | path

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

/hardware/google/aemu/base/
DLayoutResolver.cpp171 std::vector<Rect> firstRow, secondRow; in resolveLayout() local
174 firstRow.push_back(std::move(rectangles[idx])); in resolveLayout()
182 auto resFirstRow = computeCoordinatesPerRow(firstRow, yOffset, rect); in resolveLayout()
184 uint32_t firstRowHeight = (firstRow.empty() ? 0 : firstRow[0].height); in resolveLayout()