Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DGBLayout.java1046 constraints.tempY = curY; in GetLayoutInfo()
1121 py = constraints.tempY + constraints.tempHeight; in GetLayoutInfo()
1135 for (k = constraints.tempY; k < py; k++) in GetLayoutInfo()
1139 for (k = constraints.tempY; k < py; k++) in GetLayoutInfo()
1141 for (k = constraints.tempY; weight > 0.0 in GetLayoutInfo()
1262 py = constraints.tempY + constraints.tempHeight; in GetLayoutInfo()
1291 for (k = constraints.tempY; k < py; k++) in GetLayoutInfo()
1295 for (k = constraints.tempY; k < py; k++) in GetLayoutInfo()
1297 for (k = constraints.tempY; weight > 0.0 && in GetLayoutInfo()
1308 int dy = pixels_diff/(py-constraints.tempY); in GetLayoutInfo()
[all …]
H A DGBConstraints.java102 int tempX, tempY; field in GBConstraints