13 lines
304 B
Java
13 lines
304 B
Java
package v2;
|
|
|
|
import android.graphics.Outline;
|
|
import android.graphics.Path;
|
|
|
|
/* renamed from: v2.b, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public abstract class AbstractC0642b {
|
|
public static void a(Outline outline, Path path) {
|
|
outline.setPath(path);
|
|
}
|
|
}
|