Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DColumnListCanvas.java115 int scrollrow = 0; field in ColumnListCanvas
329 return headerHeight + ((row - scrollrow) * rowHeight) in textY()
544 scrollrow = (y + rowHeight - 1) / rowHeight; in scrollY()
546 scrollrow = 0; in scrollY()
1113 int vertOffset = scrollrow; in paint()
1399 return ((row >= scrollrow) && in rowVisible()
1400 (row < (scrollrow + dispRows))); in rowVisible()
1505 return headerHeight + rowHeight * (row - scrollrow); in getRowY()
1656 return headerHeight + ((row - scrollrow) * rowHeight); in rowY()
1674 int row = (y - headerHeight - 1) / rowHeight + scrollrow; in mouseDown()