Home | History | Annotate | Download | only in interactivechart

Lines Matching refs:spanY

670             float spanY = ScaleGestureDetectorCompat.getCurrentSpanY(scaleGestureDetector);
673 float newHeight = lastSpanY / spanY * mCurrentViewport.height();
694 lastSpanY = spanY;