Searched refs:cellRect (Results 1 – 6 of 6) sorted by relevance
52 RectF cellRect = it.next(); in testIterator() local55 cellRect = it.next(); in testIterator()58 cellRect = it.next(); in testIterator()61 cellRect = it.next(); in testIterator()64 cellRect = it.next(); in testIterator()68 cellRect = it.next(); in testIterator()84 RectF cellRect = it.next(); in testColumnMajor() local85 assertEquals(0f, cellRect.left); in testColumnMajor()86 assertEquals(0f, cellRect.top); in testColumnMajor()87 assertEquals(300f, cellRect.right); in testColumnMajor()[all …]
50 RectF cellRect = model.getCellRect(tableRect, 10); in testGetCellRect() local51 assertEquals(200f, cellRect.width()); in testGetCellRect()55 cellRect = model.getCellRect(tableRect, 10); in testGetCellRect()56 assertEquals(200f, cellRect.width()); in testGetCellRect()60 cellRect = model.getCellRect(tableRect, 10); in testGetCellRect()61 assertEquals(400f, cellRect.height()); in testGetCellRect()104 RectF cellRect = it.next(); in testRowMajorIteration() local105 assertEquals(500f, cellRect.width()); in testRowMajorIteration()106 assertEquals(1000f, cellRect.height()); in testRowMajorIteration()107 assertEquals(0f, cellRect.left); in testRowMajorIteration()[all …]
83 private RectF getIconRect(RectF cellRect) { in getIconRect() argument84 float cellRectCenterY = cellRect.top + (cellRect.height()/2); in getIconRect()85 RectF iconRect = iconSizeMetrics.getRectF(cellRect); in getIconRect()89 iconRect.offsetTo(cellRect.left + 1, centeredIconOriginY); in getIconRect()93 private static float getRectCenterY(RectF cellRect) { in getRectCenterY() argument94 return cellRect.top + (cellRect.height()/2); in getRectCenterY()105 private void finishDrawingCell(Canvas canvas, RectF cellRect, RectF iconRect, String text) { in finishDrawingCell() argument113 … float centeredTextOriginY = getRectCenterY(cellRect) + (FontUtils.getFontHeight(textPaint)/2); in finishDrawingCell()121 …private void drawRegionLegendCell(Canvas canvas, XYRegionFormatter formatter, RectF cellRect, Stri… in drawRegionLegendCell() argument122 RectF iconRect = getIconRect(cellRect); in drawRegionLegendCell()[all …]
103 RectF cellRect = new RectF(); in getCellRect() local104 cellRect.left = tableRect.left; in getCellRect()105 cellRect.top = tableRect.top; in getCellRect()107 … cellRect.bottom = tableRect.top + calculateCellSize(tableRect, TableModel.Axis.ROW, numElements); in getCellRect()109 …cellRect.right = tableRect.left + calculateCellSize(tableRect, TableModel.Axis.COLUMN, numElements… in getCellRect()110 return cellRect; in getCellRect()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...