Lines Matching refs:attribute
270 // as XML attribute values or on the right hand side of style attribute definitions. The concrete
309 // A reference to a theme attribute (?package:type/entry).
346 // represent the value of a style attribute before the attribute is compiled and the set of
415 // A value that represents an XML attribute and what values it accepts.
436 // Bitmask of formats allowed for an attribute.
454 // A bitmask of types that this XML attribute accepts. Corresponds to the flags in the
458 // The smallest integer allowed for this XML attribute. Only makes sense if the format includes
462 // The largest integer allowed for this XML attribute. Only makes sense if the format includes
466 // The set of enums/flags defined in this attribute. Only makes sense if the format includes
473 // An XML attribute/value pair defined in the style.
481 // A reference to the XML attribute.
484 // The Item defined for this XML attribute.
494 // The set of XML attribute/value pairs for this style.
501 // An attribute defined for this styleable.
503 // Where the attribute was defined within the <declare-styleable> block.
509 // The reference to the attribute.
513 // The set of attribute declarations.
590 repeated XmlAttribute attribute = 4; field
605 // An attribute defined on an XmlElement (android:text="...").
614 // The optional resource ID (0xPPTTEEEE) of the attribute.