android.graphics.drawable
Class Drawable.ConstantState

java.lang.Object
  extended by android.graphics.drawable.Drawable.ConstantState
Direct Known Subclasses:
DrawableContainer.DrawableContainerState
Enclosing class:
Drawable

public abstract static class Drawable.ConstantState
extends Object


Constructor Summary
Drawable.ConstantState()
           
 
Method Summary
abstract  int getChangingConfigurations()
           
abstract  Drawable newDrawable()
           
 Drawable newDrawable(Resources res)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Drawable.ConstantState

public Drawable.ConstantState()
Method Detail

newDrawable

public abstract Drawable newDrawable()

newDrawable

public Drawable newDrawable(Resources res)

getChangingConfigurations

public abstract int getChangingConfigurations()


Copyright © 2008-2012. All Rights Reserved.