Lines Matching defs:east
54 * that controls the distance between the west (left) and east (right)
142 * remember to initialize component locations by constraining the west/east
268 * -- north, south, east, and west --
323 private Spring east;
529 x = difference(east, width);
533 x = difference(scale(horizontalCenter, 2f), east);
611 width = difference(east, getX());
655 private void setEast(Spring east) {
656 this.east = east;
657 pushConstraint(EAST, east, true);
661 if (east == null) {
662 east = sum(getX(), getWidth());
664 return east;
825 Spring[] allSprings = {x, y, width, height, east, south,