Home
last modified time | relevance | path

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

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
DFixedTableModel.java37 public float getCellWidth() { in getCellWidth() method in FixedTableModel
67 tableRect.left + model.getCellWidth(), in FixedTableModelIterator()
82 return lastRect.right + model.getCellWidth() > tableRect.width(); in isRowFinished()