Home
last modified time | relevance | path

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

/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/
DAnnotationUtils.java130 .map(annotationValue -> { in typedArrayValuesByName()
131 final Object value = annotationValue.getValue(); in typedArrayValuesByName()
138 annotationValue); in typedArrayValuesByName()
151 annotationValue); in typedArrayValuesByName()
208 return valueByName(propertyName, annotationMirror).map(annotationValue -> {
209 final Object value = annotationValue.getValue();
218 annotationValue);
232 annotationValue);
254 return valueByName(propertyName, annotationMirror).map(annotationValue -> {
255 final Object value = annotationValue.getValue();
[all …]
DProcessingException.java56 @Nullable AnnotationValue annotationValue) { in ProcessingException() argument
60 mAnnotationValue = annotationValue; in ProcessingException()
/frameworks/proto_logging/stats/stats_log_api_gen/
Dutils.h65 string get_restriction_category_str(int annotationValue);
DCollation.cpp154 const AnnotationValue annotationValue) { in addAnnotationToAtomDecl() argument
160 make_shared<Annotation>(annotationId, atomDecl.code, annotationType, annotationValue)); in addAnnotationToAtomDecl()
Dutils.cpp125 string get_restriction_category_str(int annotationValue) { in get_restriction_category_str() argument
126 switch (annotationValue) { in get_restriction_category_str()