Searched defs:AttributeSet (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/util/
H A DAttributeSet.java23 * passing it to {@link android.content.res.Resources.Theme#obtainStyledAttributes(AttributeSet, int[], int, int)
28 * for you; if you use AttributeSet directly then you will need to manually
31 * lookup yourself if needed. Direct use of AttributeSet also prevents the
43 * AttributeSet attributes = Xml.asAttributeSet(parser);</pre>
58 public interface AttributeSet { interface

Completed in 270 milliseconds