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