package android.graphics; public class SumPathEffect extends android.graphics.PathEffect { public SumPathEffect(android.graphics.PathEffect first, android.graphics.PathEffect second) { throw new RuntimeException("Stub!"); } }