Home
last modified time | relevance | path

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

/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
DZoomer.java127 public float getCurrZoom() { in getCurrZoom() method in Zoomer
DInteractiveLineGraphView.java901 float newWidth = (1f - mZoomer.getCurrZoom()) * mScrollerStartViewport.width(); in computeScroll()
902 float newHeight = (1f - mZoomer.getCurrZoom()) * mScrollerStartViewport.height(); in computeScroll()