Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DGBLayout.java1048 constraints.tempHeight = curHeight; in GetLayoutInfo()
1120 if (constraints.tempHeight == i) { in GetLayoutInfo()
1121 py = constraints.tempY + constraints.tempHeight; in GetLayoutInfo()
1152 } else if (constraints.tempHeight > i && in GetLayoutInfo()
1153 constraints.tempHeight < nextSize) in GetLayoutInfo()
1154 nextSize = constraints.tempHeight; in GetLayoutInfo()
1261 if (constraints.tempHeight == i) { in GetLayoutInfo()
1262 py = constraints.tempY + constraints.tempHeight; in GetLayoutInfo()
1315 } else if (constraints.tempHeight > i && in GetLayoutInfo()
1316 constraints.tempHeight < nextSize) in GetLayoutInfo()
[all …]
H A DGBConstraints.java103 int tempWidth, tempHeight; field in GBConstraints