66 lines
1.1 KiB
Java
66 lines
1.1 KiB
Java
package com.google.android.material.circularreveal;
|
|
|
|
import android.graphics.Canvas;
|
|
import android.graphics.drawable.Drawable;
|
|
import android.os.Build;
|
|
import com.google.android.material.circularreveal.CircularRevealWidget;
|
|
|
|
/* loaded from: classes.dex */
|
|
public class CircularRevealHelper {
|
|
public static final int a;
|
|
|
|
interface Delegate {
|
|
}
|
|
|
|
static {
|
|
int i = Build.VERSION.SDK_INT;
|
|
if (i >= 21) {
|
|
a = 2;
|
|
} else if (i >= 18) {
|
|
a = 1;
|
|
} else {
|
|
a = 0;
|
|
}
|
|
}
|
|
|
|
public void a() {
|
|
throw null;
|
|
}
|
|
|
|
public void a(int i) {
|
|
throw null;
|
|
}
|
|
|
|
public void a(Canvas canvas) {
|
|
throw null;
|
|
}
|
|
|
|
public void a(Drawable drawable) {
|
|
throw null;
|
|
}
|
|
|
|
public void a(CircularRevealWidget.RevealInfo revealInfo) {
|
|
throw null;
|
|
}
|
|
|
|
public void b() {
|
|
throw null;
|
|
}
|
|
|
|
public Drawable c() {
|
|
throw null;
|
|
}
|
|
|
|
public int d() {
|
|
throw null;
|
|
}
|
|
|
|
public CircularRevealWidget.RevealInfo e() {
|
|
throw null;
|
|
}
|
|
|
|
public boolean f() {
|
|
throw null;
|
|
}
|
|
}
|