ErrLookup › koral--/android-gif-drawable
koral--/android-gif-drawable
Views and Drawable for displaying animated GIFs on Android · Java · 51 source files
Analyzed at 26ff795f78 on 2026-09-10. 19 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Expected string, drawable, mipmap or raw resource type. | exception | error | android, resource-type, illegal-argument, xml-attribute |
| LibraryLoader not initialized. Call… | exception | error | android, library-loader, initialization, native-library, illegal-state |
| Sample size out of range <1, 65535> | exception | error | android, gif, argument-validation |
GifError.OPEN_FAILED.errorCode <e.getMessage()> | exception | error | android, file-descriptor, io |
| Bitmap ia too small, size must be greater than or equal to… | exception | error | android, gif, bitmap-size |
| Frame index is not in range <0; | exception | error | android, index-out-of-bounds, animation |
| x must be < width | exception | error | android, gif, bounds, pixel |
| Loop count of range <0, 65535> | exception | error | android, argument-out-of-range, animation |
| y must be < height | exception | error | android, argument-out-of-range, bitmap |
| Changing SurfaceTextureListener is not supported | exception | error | android, unsupported-operation, textureview |
| Source is not set | exception | error | android, builder, null |
| Could not open AssetFileDescriptor for | exception | error | android, uri, contentresolver, io |
| Changing SurfaceTexture is not supported | exception | error | android, unsupported-operation, textureview |
| InputStream does not support marking | exception | error | android, io, inputstream |
| Frame index is not positive | exception | error | android, gif, seek, frame-index |
| Bitmap is recycled | exception | error | android, gif, bitmap, lifecycle |
| Speed factor is not positive | exception | error | android, argument-out-of-range, animation |
| Position is not positive | exception | error | android, gif, seek, argument-validation |
| Only Config.ARGB_8888 is supported. Current bitmap config | exception | error | android, gif, bitmap-config |