File
Doc
Category
Size
Date
Package
LevelListDrawable.java
API Doc
Android 5.1 API
920
Sat Mar 14 14:09:42 GMT 2015
android.graphics.drawable
LevelListDrawable
java.lang.Object
android.graphics.drawable.DrawableContainer
public class LevelListDrawable extends android.graphics.drawable.DrawableContainer
Fields Summary
Constructors Summary
public LevelListDrawable
()
throw new RuntimeException("Stub!");
Methods Summary
public void
addLevel
(
int
low,
int
high,
android.graphics.drawable.Drawable
drawable)
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
android.graphics.drawable.Drawable
mutate
()
throw new RuntimeException("Stub!");
protected
boolean
onLevelChange
(
int
level)
throw new RuntimeException("Stub!");
protected void
setConstantState
(
android.graphics.drawable.DrawableContainer.DrawableContainerState
state)
throw new RuntimeException("Stub!");
Java Code Source