Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/
H A DInspectablePropertyProcessor.java188 determinePropertyType(accessor, annotation)); in buildProperty()
196 determinePropertyType(getter, annotation)); in buildProperty()
309 private Property.Type determinePropertyType( in determinePropertyType() method in InspectablePropertyProcessor