Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DRenderPreviewManager.java369 int nextY = 0; in rowLayout() local
397 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()