Searched refs:getCellRect (Results 1 – 2 of 2) sorted by relevance
50 RectF cellRect = model.getCellRect(tableRect, 10); in testGetCellRect()55 cellRect = model.getCellRect(tableRect, 10); in testGetCellRect()60 cellRect = model.getCellRect(tableRect, 10); in testGetCellRect()
102 public RectF getCellRect(RectF tableRect, int numElements) { in getCellRect() method in DynamicTableModel223 lastElementRect = dynamicTableModel.getCellRect(tableRect, totalElements); in TableModelIterator()