Searched refs:DEVIATION (Results 1 – 1 of 1) sorted by relevance
47 private static final int DEVIATION = 10; // must be < BITMAP_HEIGHT field in DiscretePathEffectTest51 DiscretePathEffect effect = new DiscretePathEffect(SEGMENT_LENGTH, DEVIATION); in testDiscretePathEffect()79 paint.setStrokeWidth(1 + 2 * DEVIATION); in testDiscretePathEffect()106 assertTrue(maxY - minY <= 1 + 2 * DEVIATION); in testDiscretePathEffect()