Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_packages_apps_Gallery2
/
d097432d91f68b717e2b867c9f3bfc027c4f145c
/
.
/
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
);
}