Searched refs:nextY (Results 1 – 1 of 1) sorted by relevance
369 int nextY = 0; in rowLayout() local397 y = nextY; in rowLayout()400 && Math.max(nextY, y + preview.getHeight()) > bottomBorder) { in rowLayout()410 y = nextY = Math.max(nextY, bottomBorder + vgap); in rowLayout()418 && Math.max(nextY, y + preview.getHeight()) > bottomBorder) { in rowLayout()427 y = nextY = Math.max(nextY, bottomBorder + vgap); in rowLayout()444 nextY = Math.max(nextY, y + preview.getHeight() + vgap); in rowLayout()447 mLayoutHeight = nextY; in rowLayout()