android.content.res
Class Resources.Theme
java.lang.Object
android.content.res.Resources.Theme
- Enclosing class:
- Resources
public final class Resources.Theme
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
applyStyle
public void applyStyle(int resid,
boolean force)
setTo
public void setTo(Resources.Theme other)
obtainStyledAttributes
public TypedArray obtainStyledAttributes(int[] attrs)
obtainStyledAttributes
public TypedArray obtainStyledAttributes(int resid,
int[] attrs)
throws Resources.NotFoundException
- Throws:
Resources.NotFoundException
obtainStyledAttributes
public TypedArray obtainStyledAttributes(AttributeSet set,
int[] attrs,
int defStyleAttr,
int defStyleRes)
resolveAttribute
public boolean resolveAttribute(int resid,
TypedValue outValue,
boolean resolveRefs)
dump
public void dump(int priority,
java.lang.String tag,
java.lang.String prefix)
finalize
protected void finalize()
throws java.lang.Throwable
- Overrides:
finalize in class java.lang.Object
- Throws:
java.lang.Throwable
Copyright © 2008-2010. All Rights Reserved.