Searched refs:yInView (Results 1 – 1 of 1) sorted by relevance
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/charts/ |
D | BarLineChartBase.java | 859 float yInView = getAxisRange(axis) / mViewPortHandler.getScaleY(); in moveViewTo() local 861 Runnable job = MoveViewJob.getInstance(mViewPortHandler, xValue, yValue + yInView / 2f, in moveViewTo() 882 float yInView = getAxisRange(axis) / mViewPortHandler.getScaleY(); in moveViewToAnimated() local 884 … Runnable job = AnimatedMoveViewJob.getInstance(mViewPortHandler, xValue, yValue + yInView / 2f, in moveViewToAnimated() 920 float yInView = getAxisRange(axis) / mViewPortHandler.getScaleY(); in centerViewTo() local 924 xValue - xInView / 2f, yValue + yInView / 2f, in centerViewTo() 944 float yInView = getAxisRange(axis) / mViewPortHandler.getScaleY(); in centerViewToAnimated() local 948 xValue - xInView / 2f, yValue + yInView / 2f, in centerViewToAnimated()
|