Searched refs:lastRect (Results 1 – 1 of 1) sorted by relevance
57 private RectF lastRect; field in FixedTableModel.FixedTableModelIterator64 lastRect = new RectF( in FixedTableModelIterator()78 return lastRect.bottom + model.getCellHeight() > tableRect.height(); in isColumnFinished()82 return lastRect.right + model.getCellWidth() > tableRect.width(); in isRowFinished()89 return lastRect; in next()113 return lastRect; in next()121 lastRect.offsetTo(tableRect.left, lastRect.bottom); in moveDownAndBack()127 lastRect.offsetTo(lastRect.right, tableRect.top); in moveOverAndUp()133 lastRect.offsetTo(lastRect.right, lastRect.top); in moveOver()139 lastRect.offsetTo(lastRect.left, lastRect.bottom); in moveDown()