Home
last modified time | relevance | path

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

/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
DInteractiveLineGraphView.java935 float curHeight = mCurrentViewport.height(); in setViewportBottomLeft() local
937 y = Math.max(AXIS_Y_MIN + curHeight, Math.min(y, AXIS_Y_MAX)); in setViewportBottomLeft()
939 mCurrentViewport.set(x, y - curHeight, x + curWidth, y); in setViewportBottomLeft()