Searched refs:doOnDraw (Results 1 – 7 of 7) sorted by relevance
31 protected void doOnDraw(Canvas canvas, RectF widgetRect) throws PlotRenderException { in doOnDraw() method in EmptyWidget
342 doOnDraw(canvas, widgetDimensions.paddedRect); in draw()362 protected abstract void doOnDraw(Canvas canvas, RectF widgetRect) throws PlotRenderException; in doOnDraw() method in Widget
105 public void doOnDraw(Canvas canvas, RectF widgetRect) { in doOnDraw() method in TextLabelWidget
41 protected void doOnDraw(Canvas canvas, RectF widgetRect) throws PlotRenderException { in doOnDraw() method in PieWidget
56 public void doOnDraw(Canvas canvas, RectF widgetRect) {} in doOnDraw() method in XYLegendWidgetTest.MockTextLabelWidget
145 protected synchronized void doOnDraw(Canvas canvas, RectF widgetRect) { in doOnDraw() method in XYLegendWidget
373 protected void doOnDraw(Canvas canvas, RectF widgetRect) in doOnDraw() method in XYGraphWidget