Searched refs:getCellBounds (Results 1 – 3 of 3) sorted by relevance
292 Rect cellBounds = grid.getCellBounds(row, column, 1, 1); in paintGridModeDropFeedback()
1526 public Rect getCellBounds(int row, int column, int rowSpan, int columnSpan) { in getCellBounds() method in GridModel
443 Rect cellBounds = grid.getCellBounds(startRow, startColumn, rowSpan, columnSpan); in paintResizeFeedback()