Home
last modified time | relevance | path

Searched refs:curCol (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.java779 int curX, curY, curWidth, curHeight, curRow, curCol; in GetLayoutInfo() local
794 curRow = curCol = -1; in GetLayoutInfo()
817 else if (curCol >= 0) in GetLayoutInfo()
818 curX = curCol; in GetLayoutInfo()
921 curRow = curCol = -1; in GetLayoutInfo()
925 curCol = curX + curWidth; in GetLayoutInfo()
928 else if (constraints.gridwidth == 0 && curCol < 0) in GetLayoutInfo()
961 curRow = curCol = -1; in GetLayoutInfo()
981 else if (curCol >= 0) in GetLayoutInfo()
982 curX = curCol; in GetLayoutInfo()
[all …]