Searched refs:cursorLabelBackgroundPaint (Results 1 – 1 of 1) sorted by relevance
92 private Paint cursorLabelBackgroundPaint; field in XYGraphWidget159 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() argument1141 this.cursorLabelBackgroundPaint = cursorLabelBackgroundPaint; in setCursorLabelBackgroundPaint()