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