Searched refs:calculateAlignedPositions (Results 1 - 3 of 3) sorted by relevance

/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/
H A DOverlayLayout.java238 SizeRequirements.calculateAlignedPositions(alloc.width, xTotal,
241 SizeRequirements.calculateAlignedPositions(alloc.height, yTotal,
H A DSizeRequirements.java418 public static void calculateAlignedPositions(int allocated, method in class:SizeRequirements
423 calculateAlignedPositions( allocated, total, children, offsets, spans, true );
457 public static void calculateAlignedPositions(int allocated, method in class:SizeRequirements
H A DBoxLayout.java427 SizeRequirements.calculateAlignedPositions(alloc.height, yTotal,
431 SizeRequirements.calculateAlignedPositions(alloc.width, xTotal,

Completed in 47 milliseconds