A
C
D
E
F
G
H
I
J
M
O
P
R
S
T
U
E
- equals(Object) - function in kotlin.Any
- equals(Object) - function in kotlin.Any
- equals(Object) - function in kotlin.Any
- equals(Object) - function in kotlin.Any
- equals(Object) - function in kotlin.Enum
- equals(Object) - function in kotlin.Any
- ERR_BITMAP_OPERATION - enum entry in com.linecorp.apng.decoder.ApngException.ErrorCode
When an error occurs in the operation to the android.graphics.Bitmap.
- ERR_FRAME_INDEX_OUT_OF_RANGE - enum entry in com.linecorp.apng.decoder.ApngException.ErrorCode
When using a frame outside the range of this image.
- ERR_INVALID_FILE_FORMAT - enum entry in com.linecorp.apng.decoder.ApngException.ErrorCode
When an image was not in APNG format.
- ERR_NOT_EXIST_IMAGE - enum entry in com.linecorp.apng.decoder.ApngException.ErrorCode
When using an image that has not yet been decoded or deleted.
- ERR_OUT_OF_MEMORY - enum entry in com.linecorp.apng.decoder.ApngException.ErrorCode
When memory can not be allocated.
- ERR_STREAM_READ_FAIL - enum entry in com.linecorp.apng.decoder.ApngException.ErrorCode
When an error occurs in java.io.InputStream.read.
- ERR_UNEXPECTED_EOF - enum entry in com.linecorp.apng.decoder.ApngException.ErrorCode
When EOF came before reading the required size in java.io.InputStream.read.
- ERR_UNSUPPORTED_TYPE - enum entry in com.linecorp.apng.decoder.ApngException.ErrorCode
When an image is not supported APNG image. Example: tries to load non-4 channel image.(Currently, supported 4 channel image only.)
- ERR_WITH_CHILD_EXCEPTION - enum entry in com.linecorp.apng.decoder.ApngException.ErrorCode
When there is an inner exception.