Searched refs:nextY (Results 1 – 1 of 1) sorted by relevance
370 int nextY = 0; in rowLayout() local398 y = nextY; in rowLayout()401 && Math.max(nextY, y + preview.getHeight()) > bottomBorder) { in rowLayout()411 y = nextY = Math.max(nextY, bottomBorder + vgap); in rowLayout()419 && Math.max(nextY, y + preview.getHeight()) > bottomBorder) { in rowLayout()428 y = nextY = Math.max(nextY, bottomBorder + vgap); in rowLayout()445 nextY = Math.max(nextY, y + preview.getHeight() + vgap); in rowLayout()448 mLayoutHeight = nextY; in rowLayout()