HomeSort by relevance Sort by last modified time
    Searched refs:getCurrentSpanY (Results 1 - 2 of 2) sorted by null

  /development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
ScaleGestureDetectorCompat.java 47 * @see android.view.ScaleGestureDetector#getCurrentSpanY()
50 public static float getCurrentSpanY(ScaleGestureDetector scaleGestureDetector) {
52 return scaleGestureDetector.getCurrentSpanY();
InteractiveLineGraphView.java 663 lastSpanY = ScaleGestureDetectorCompat.getCurrentSpanY(scaleGestureDetector);
670 float spanY = ScaleGestureDetectorCompat.getCurrentSpanY(scaleGestureDetector);
    [all...]

Completed in 48 milliseconds