Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DGBLayout.java780 double weight_diff, weight, start, size; in GetLayoutInfo() local
1094 weight_diff = constraints.weightx; in GetLayoutInfo()
1096 weight_diff -= r.weightX[k]; in GetLayoutInfo()
1097 if (weight_diff > 0.0) { in GetLayoutInfo()
1104 double dx = (wt * weight_diff) / weight; in GetLayoutInfo()
1106 weight_diff -= dx; in GetLayoutInfo()
1113 r.weightX[px-1] += weight_diff; in GetLayoutInfo()
1134 weight_diff = constraints.weighty; in GetLayoutInfo()
1136 weight_diff -= r.weightY[k]; in GetLayoutInfo()
1137 if (weight_diff > 0.0) { in GetLayoutInfo()
[all …]