Home
last modified time | relevance | path

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

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
DFixedTableModel.java45 public float getCellHeight() { in getCellHeight() method in FixedTableModel
68 tableRect.top + model.getCellHeight()); in FixedTableModelIterator()
78 return lastRect.bottom + model.getCellHeight() > tableRect.height(); in isColumnFinished()