Searched refs:FLOAT_INT_AVG_NUDGE (Results 1 - 1 of 1) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
H A DPixelUtils.java34 private static final float FLOAT_INT_AVG_NUDGE = 0.5f; field in class:PixelUtils
69 (int) (rectIn.left + FLOAT_INT_AVG_NUDGE),
70 (int) (rectIn.top + FLOAT_INT_AVG_NUDGE),
71 (int) (rectIn.right + FLOAT_INT_AVG_NUDGE),
72 (int) (rectIn.bottom + FLOAT_INT_AVG_NUDGE));
89 (int) (left + FLOAT_INT_AVG_NUDGE),
90 (int) (top + FLOAT_INT_AVG_NUDGE),
91 (int) (right + FLOAT_INT_AVG_NUDGE),
92 (int) (bottom + FLOAT_INT_AVG_NUDGE));
101 //return SCALE * dp + FLOAT_INT_AVG_NUDGE;
[all...]

Completed in 717 milliseconds