HomeSort by relevance Sort by last modified time
    Searched defs:getRectF (Results 1 - 2 of 2) sorted by null

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
SizeMetrics.java 69 public RectF getRectF(RectF canvasRect) {
78 * Same as getRectF but with edges rounded to the nearest full pixel.
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
RectRegion.java 95 RectF thisRegion = getRectF(region, visMinX.doubleValue(), visMaxX.doubleValue(),
100 public RectF getRectF(RectF plotRect, Number visMinX, Number visMaxX, Number visMinY, Number visMaxY) {

Completed in 329 milliseconds