A
C
D
E
F
G
H
I
J
M
O
P
R
S
T
U
D
- decode(Resources,Integer,Integer,Integer) - function in com.linecorp.apng.ApngDrawable.Companion
- Creates ApngDrawable from resource.
- decode(AssetManager,String,Integer,Integer) - function in com.linecorp.apng.ApngDrawable.Companion
- Creates ApngDrawable from asset.
- decode(String,Integer,Integer) - function in com.linecorp.apng.ApngDrawable.Companion
- Creates ApngDrawable from given filePath.
- decode(File,Integer,Integer) - function in com.linecorp.apng.ApngDrawable.Companion
- Creates ApngDrawable from given file.
- decode(InputStream,Integer,Integer) - function in com.linecorp.apng.ApngDrawable.Companion
- Creates ApngDrawable from given stream.
- draw(Canvas) - function in com.linecorp.apng.ApngDrawable