Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_packages_apps_Gallery2
/
5fce339216af0ba1fce0e2cf9e1d069daeaecb45
/
.
/
src
/
com
/
android
/
gallery3d
/
util
/
GifAction.java
blob: 88e3cdee0bcb7be316235d4fa35eec773198f559 [
file
] [
log
] [
blame
]
package
com
.
android
.
gallery3d
.
util
;
public
interface
GifAction
{
public
void
parseOk
(
boolean
parseStatus
,
int
frameIndex
);
}