Searched refs:convertToPoint (Results 1 – 3 of 3) sorted by relevance
45 public float convertToPoint(long value) { in convertToPoint() method in InvertedChartAxis46 return mSize - mWrapped.convertToPoint(value); in convertToPoint()
34 public float convertToPoint(long value); in convertToPoint() method
372 return mAxis.convertToPoint(mValue); in getPoint()615 final float afterPoint = mAxis.convertToPoint(afterValue) + margin;616 final float beforePoint = mAxis.convertToPoint(beforeValue) - margin;