Searched refs:GifState (Results 1 - 1 of 1) sorted by relevance

/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
H A DGifDrawable.java29 private final GifState state;
73 this(new GifState(gifHeader, data, context, frameTransformation, targetFrameWidth, targetFrameHeight,
77 GifDrawable(GifState state) {
79 throw new NullPointerException("GifState must not be null");
93 this.state = new GifState(null);
224 Gravity.apply(GifState.GRAVITY, getIntrinsicWidth(), getIntrinsicHeight(), getBounds(), destRect);
312 static class GifState extends ConstantState { class in class:GifDrawable
324 public GifState(GifHeader header, byte[] data, Context context, method in class:GifDrawable.GifState
341 public GifState(GifState origina method in class:GifDrawable.GifState
[all...]

Completed in 135 milliseconds