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()80 paint.setStrokeWidth(1 + 2 * DEVIATION); in testDiscretePathEffect()107 assertTrue(maxY - minY <= 1 + 2 * DEVIATION); in testDiscretePathEffect()