Home
last modified time | relevance | path

Searched refs:curRow (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()
815 if (curRow >= 0) in GetLayoutInfo()
816 curY = curRow; in GetLayoutInfo()
921 curRow = curCol = -1; in GetLayoutInfo()
924 if (constraints.gridheight == 0 && curRow < 0) in GetLayoutInfo()
929 curRow = curY + curHeight; in GetLayoutInfo()
961 curRow = curCol = -1; in GetLayoutInfo()
979 if (curRow >= 0) in GetLayoutInfo()
980 curY = curRow; in GetLayoutInfo()
[all …]