Home
last modified time | relevance | path

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

/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
DInteractiveLineGraphView.java625 private boolean hitTest(float x, float y, PointF dest) { in hitTest() method in InteractiveLineGraphView
677 hitTest(focusX, focusY, viewportFocus);
730 if (hitTest(e.getX(), e.getY(), mZoomFocalPoint)) {