android.support.v4.graphics.drawable
Class DrawableCompat

java.lang.Object
  extended by android.support.v4.graphics.drawable.DrawableCompat

public class DrawableCompat
extends java.lang.Object

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

DrawableCompat

public DrawableCompat()
Method Detail

jumpToCurrentState

public static void jumpToCurrentState(android.graphics.drawable.Drawable drawable)
Call Drawable.jumpToCurrentState(). If running on a pre-android.os.Build.VERSION_CODES#HONEYCOMB device this method does nothing.