Home
last modified time | relevance | path

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

/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
DScaleGestureDetectorCompat.java27 public class ScaleGestureDetectorCompat { class
31 private ScaleGestureDetectorCompat() { in ScaleGestureDetectorCompat() method in ScaleGestureDetectorCompat
DInteractiveLineGraphView.java662 lastSpanX = ScaleGestureDetectorCompat.getCurrentSpanX(scaleGestureDetector);
663 lastSpanY = ScaleGestureDetectorCompat.getCurrentSpanY(scaleGestureDetector);
669 float spanX = ScaleGestureDetectorCompat.getCurrentSpanX(scaleGestureDetector);
670 float spanY = ScaleGestureDetectorCompat.getCurrentSpanY(scaleGestureDetector);