Home
last modified time | relevance | path

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

/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
DInteractiveLineGraphView.java934 float curWidth = mCurrentViewport.width(); in setViewportBottomLeft() local
936 x = Math.max(AXIS_X_MIN, Math.min(x, AXIS_X_MAX - curWidth)); in setViewportBottomLeft()
939 mCurrentViewport.set(x, y - curHeight, x + curWidth, y); in setViewportBottomLeft()