Searched refs:getGridBackgroundPaint (Results 1 – 6 of 6) sorted by relevance
34 plot.getGraphWidget().getGridBackgroundPaint().setShader(WHITE_SHADER); in onCreate()123 plot.getGraphWidget().getGridBackgroundPaint().setShader( in onGraphStyleToggle()126 plot.getGraphWidget().getGridBackgroundPaint().setShader(WHITE_SHADER); in onGraphStyleToggle()
58 plot1.getGraphWidget().getGridBackgroundPaint().setColor(Color.WHITE); in onCreate()
59 mySimpleXYPlot.getGraphWidget().getGridBackgroundPaint().setColor(Color.WHITE); in onCreate()
94 graphWidget_RIGHT.getGridBackgroundPaint().setAlpha(0); in onCreate()
99 Paint bgPaint = plot.getGraphWidget().getGridBackgroundPaint(); in beginDrawingCell()107 Paint bgPaint = plot.getGraphWidget().getGridBackgroundPaint(); in finishDrawingCell()
890 public Paint getGridBackgroundPaint() { in getGridBackgroundPaint() method in XYGraphWidget