android.content.res
Class Resources.Theme

java.lang.Object
  extended by android.content.res.Resources.Theme
Enclosing class:
Resources

public final class Resources.Theme
extends Object


Method Summary
 void applyStyle(int resid, boolean force)
           
 void dump(int priority, String tag, String prefix)
           
protected  void finalize()
           
 TypedArray obtainStyledAttributes(AttributeSet set, int[] attrs, int defStyleAttr, int defStyleRes)
           
 TypedArray obtainStyledAttributes(int[] attrs)
           
 TypedArray obtainStyledAttributes(int resid, int[] attrs)
           
 boolean resolveAttribute(int resid, TypedValue outValue, boolean resolveRefs)
           
 void setTo(Resources.Theme other)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.