Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/resources/
DResourceType.java96 REAL, enumConstant
123 mKind = Kind.REAL; in ResourceType()
153 if (type.mKind != Kind.REAL || type == STYLEABLE) {
287 return mKind == Kind.REAL && this != ATTR; in getCanBeReferenced()