Home
last modified time | relevance | path

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

/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
DScaleGestureDetectorCompat.java50 public static float getCurrentSpanY(ScaleGestureDetector scaleGestureDetector) { in getCurrentSpanY() method in ScaleGestureDetectorCompat
52 return scaleGestureDetector.getCurrentSpanY(); in getCurrentSpanY()
DInteractiveLineGraphView.java663 lastSpanY = ScaleGestureDetectorCompat.getCurrentSpanY(scaleGestureDetector);
670 float spanY = ScaleGestureDetectorCompat.getCurrentSpanY(scaleGestureDetector);