Home
last modified time | relevance | path

Searched refs:cursorLabelBackgroundPaint (Results 1 – 1 of 1) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYGraphWidget.java92 private Paint cursorLabelBackgroundPaint; field in XYGraphWidget
159 cursorLabelBackgroundPaint = new Paint();
160 cursorLabelBackgroundPaint.setColor(Color.argb(100, 50, 50, 50));
807 if (cursorLabelBackgroundPaint != null) { in drawCursors()
808 canvas.drawRect(cursorRect, cursorLabelBackgroundPaint); in drawCursors()
1137 return cursorLabelBackgroundPaint; in getCursorLabelBackgroundPaint()
1140 public void setCursorLabelBackgroundPaint(Paint cursorLabelBackgroundPaint) { in setCursorLabelBackgroundPaint() argument
1141 this.cursorLabelBackgroundPaint = cursorLabelBackgroundPaint; in setCursorLabelBackgroundPaint()