android.content.res
Class Resources.Theme
java.lang.Object
android.content.res.Resources.Theme
- Enclosing class:
- Resources
public final class Resources.Theme
- extends Object
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,
String tag,
String prefix)
finalize
protected void finalize()
throws Throwable
- Overrides:
finalize
in class Object
- Throws:
Throwable
Copyright © 2008-2012. All Rights Reserved.