Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/
H A DInspectablePropertyProcessor.java349 final boolean hasColor = hasColorAnnotation(accessor); in determinePropertyType()
540 private boolean hasColorAnnotation(@NonNull Element accessor) { in hasColorAnnotation() method in InspectablePropertyProcessor