File
Doc
Category
Size
Date
Package
AnimationDrawable.java
API Doc
Android 5.1 API
1745
Sat Mar 14 14:09:36 GMT 2015
android.graphics.drawable
AnimationDrawable
java.lang.Object
android.graphics.drawable.DrawableContainer
public class AnimationDrawable extends android.graphics.drawable.DrawableContainer implements Runnable, android.graphics.drawable.Animatable
Fields Summary
Constructors Summary
public AnimationDrawable
()
throw new RuntimeException("Stub!");
Methods Summary
public void
addFrame
(
android.graphics.drawable.Drawable
frame,
int
duration)
throw new RuntimeException("Stub!");
public
int
getDuration
(
int
i)
throw new RuntimeException("Stub!");
public
android.graphics.drawable.Drawable
getFrame
(
int
index)
throw new RuntimeException("Stub!");
public
int
getNumberOfFrames
()
throw new RuntimeException("Stub!");
public void
inflate
(
android.content.res.Resources
r,
org.xmlpull.v1.XmlPullParser
parser,
android.util.AttributeSet
attrs,
android.content.res.Resources.Theme
theme)
throw new RuntimeException("Stub!");
public
boolean
isOneShot
()
throw new RuntimeException("Stub!");
public
boolean
isRunning
()
throw new RuntimeException("Stub!");
public
android.graphics.drawable.Drawable
mutate
()
throw new RuntimeException("Stub!");
public void
run
()
throw new RuntimeException("Stub!");
protected void
setConstantState
(
android.graphics.drawable.DrawableContainer.DrawableContainerState
state)
throw new RuntimeException("Stub!");
public void
setOneShot
(
boolean
oneShot)
throw new RuntimeException("Stub!");
public
boolean
setVisible
(
boolean
visible,
boolean
restart)
throw new RuntimeException("Stub!");
public void
start
()
throw new RuntimeException("Stub!");
public void
stop
()
throw new RuntimeException("Stub!");
public void
unscheduleSelf
(
java.lang.Runnable
what)
throw new RuntimeException("Stub!");
Java Code Source