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.java370 int nextY = 0; in rowLayout() local
398 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()