File
Doc
Category
Size
Date
Package
AnimatedStateListDrawable.java
API Doc
Android 5.1 API
1510
Sat Mar 14 14:09:42 GMT 2015
android.graphics.drawable
AnimatedStateListDrawable
java.lang.Object
android.graphics.drawable.StateListDrawable
public class AnimatedStateListDrawable extends android.graphics.drawable.StateListDrawable
Fields Summary
Constructors Summary
public AnimatedStateListDrawable
()
throw new RuntimeException("Stub!");
Methods Summary
public void
addState
(
int[]
stateSet,
android.graphics.drawable.Drawable
drawable,
int
id)
throw new RuntimeException("Stub!");
public void
addTransition
(
int
fromId,
int
toId,
T
transition,
boolean
reversible)
throw new RuntimeException("Stub!");
public void
applyTheme
(
android.content.res.Resources.Theme
theme)
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
isStateful
()
throw new RuntimeException("Stub!");
public void
jumpToCurrentState
()
throw new RuntimeException("Stub!");
public
android.graphics.drawable.Drawable
mutate
()
throw new RuntimeException("Stub!");
protected
boolean
onStateChange
(
int[]
stateSet)
throw new RuntimeException("Stub!");
protected void
setConstantState
(
android.graphics.drawable.DrawableContainer.DrawableContainerState
state)
throw new RuntimeException("Stub!");
public
boolean
setVisible
(
boolean
visible,
boolean
restart)
throw new RuntimeException("Stub!");
Java Code Source