|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectandroid.support.v4.graphics.drawable.DrawableCompat
public class DrawableCompat
Helper for accessing features in Drawable
introduced after API level 4 in a backwards compatible fashion.
Constructor Summary | |
---|---|
DrawableCompat()
|
Method Summary | |
---|---|
static void |
jumpToCurrentState(android.graphics.drawable.Drawable drawable)
Call Drawable.jumpToCurrentState() . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DrawableCompat()
Method Detail |
---|
public static void jumpToCurrentState(android.graphics.drawable.Drawable drawable)
Drawable.jumpToCurrentState()
.
If running on a pre-android.os.Build.VERSION_CODES#HONEYCOMB
device
this method does nothing.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |