Searched refs:getBackgroundPaint (Results 1 – 8 of 8) sorted by relevance
90 myXYPlot_RIGHT.getBackgroundPaint().setAlpha(0); in onCreate()92 graphWidget_RIGHT.getBackgroundPaint().setAlpha(0); in onCreate()
111 pie.getBackgroundPaint().setColor(Color.TRANSPARENT); in onCreate()
33 plot.getGraphWidget().getBackgroundPaint().setColor(Color.TRANSPARENT); in onCreate()
70 mySimpleXYPlot.getGraphWidget().getBackgroundPaint().setColor(Color.TRANSPARENT); in onCreate()
372 public Paint getBackgroundPaint() { in getBackgroundPaint() method in Widget
475 assertEquals(Color.parseColor(param3), plot.getBackgroundPaint().getColor()); in testConfigure()
481 assertEquals(Color.parseColor(param3), plot.getBackgroundPaint().getColor()); in testConfigure()
750 public Paint getBackgroundPaint() { in getBackgroundPaint() method in Plot