32 lines
650 B
Java
32 lines
650 B
Java
|
package o;
|
||
|
|
||
|
import java.util.HashMap;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public final class AZu extends BrP {
|
||
|
private static final HashMap<Integer, String> c;
|
||
|
|
||
|
static {
|
||
|
HashMap<Integer, String> hashMap = new HashMap<>();
|
||
|
c = hashMap;
|
||
|
hashMap.put(1, "Image Height");
|
||
|
hashMap.put(2, "Image Width");
|
||
|
hashMap.put(3, "Has Alpha");
|
||
|
hashMap.put(4, "Is Animation");
|
||
|
}
|
||
|
|
||
|
public AZu() {
|
||
|
a(new UOk(this));
|
||
|
}
|
||
|
|
||
|
@Override // o.BrP
|
||
|
public final HashMap<Integer, String> c() {
|
||
|
return c;
|
||
|
}
|
||
|
|
||
|
@Override // o.BrP
|
||
|
public final String b() {
|
||
|
return "WebP";
|
||
|
}
|
||
|
}
|