Searched refs:bottomBorder (Results 1 – 1 of 1) sorted by relevance
368 int bottomBorder = scaledImageHeight; in rowLayout() local399 if ((prevY <= bottomBorder || in rowLayout()400 y <= bottomBorder) in rowLayout()401 && Math.max(nextY, y + preview.getHeight()) > bottomBorder) { in rowLayout()404 if (bottomBorder < availableHeight - 40 && preview.getScale() < 1.2) { in rowLayout()407 if (bottomBorder - y > y + preview.getHeight() - bottomBorder) { in rowLayout()411 y = nextY = Math.max(nextY, bottomBorder + vgap); in rowLayout()418 if (x > 0 && y <= bottomBorder in rowLayout()419 && Math.max(nextY, y + preview.getHeight()) > bottomBorder) { in rowLayout()420 if (clientArea.height - bottomBorder < preview.getHeight()) { in rowLayout()[all …]