Searched refs:getGridRect (Results 1 – 4 of 4) sorted by relevance
108 RectF rect = plot.getGraphWidget().getGridRect(); in onGraphStyleToggle()
314 if (plot.getGraphWidget().getGridRect().contains(point.x, point.y)) { in onPlotClicked()
309 public RectF getGridRect() { in getGridRect() method in XYGraphWidget375 gridRect = getGridRect(widgetRect); // used for drawing the background in doOnDraw()399 private RectF getGridRect(RectF widgetRect) { in getGridRect() method in XYGraphWidget
276 if (getGraphWidget().getGridRect() != null) { in containsPoint()277 return getGraphWidget().getGridRect().contains(x, y); in containsPoint()