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!");
|