Initial commit
This commit is contained in:
37
sources/com/bumptech/glide/gifdecoder/GifHeader.java
Normal file
37
sources/com/bumptech/glide/gifdecoder/GifHeader.java
Normal file
@@ -0,0 +1,37 @@
|
||||
package com.bumptech.glide.gifdecoder;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public class GifHeader {
|
||||
GifFrame d;
|
||||
int f;
|
||||
int g;
|
||||
boolean h;
|
||||
int i;
|
||||
int j;
|
||||
int k;
|
||||
int l;
|
||||
int m;
|
||||
int[] a = null;
|
||||
int b = 0;
|
||||
int c = 0;
|
||||
final List<GifFrame> e = new ArrayList();
|
||||
|
||||
public int a() {
|
||||
return this.g;
|
||||
}
|
||||
|
||||
public int b() {
|
||||
return this.c;
|
||||
}
|
||||
|
||||
public int c() {
|
||||
return this.b;
|
||||
}
|
||||
|
||||
public int d() {
|
||||
return this.f;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user