Home
last modified time | relevance | path

Searched refs:STYLEABLE (Results 1 – 1 of 1) sorted by relevance

/tools/metalava/src/main/java/com/android/resources/
DResourceType.java62 STYLEABLE("styleable", "Styleable", Kind.STYLEABLE), enumConstant
103 STYLEABLE, enumConstant
145 tagNames.put(SdkConstants.TAG_DECLARE_STYLEABLE, STYLEABLE); in tagNames.put() argument
149 classNames.put(STYLEABLE.mName, STYLEABLE); in classNames.put() argument
153 if (type.mKind != Kind.REAL || type == STYLEABLE) {
224 || xmlValue.equals(STYLEABLE.mName)) { in fromXmlValue()