Searched refs:PropertyInfo (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/core/java/android/view/ |
H A D | ViewDebug.java | 337 private abstract static class PropertyInfo<T extends Annotation, class in ViewDebug 348 PropertyInfo(Class<T> property, R member, Class<?> returnType) { in PropertyInfo() method in ViewDebug.PropertyInfo 357 static <T extends Annotation> PropertyInfo<T, ?> forMethod(Method method, in forMethod() 373 PropertyInfo info = new MethodPI(method, property); in forMethod() 400 private static class FieldPI<T extends Annotation> extends PropertyInfo<T, Field> { 430 private static HashMap<Class<?>, PropertyInfo<CapturedViewProperty, ?>[]> 1447 Arrays.stream(fields).map(f -> PropertyInfo.forField(f, property))) 1450 .toArray(PropertyInfo[]::new); 1495 for (PropertyInfo<ExportedProperty, ?> info : getExportedProperties(klass)) { 1769 final HashMap<Class<?>, PropertyInfo<CapturedViewProperty, ?>[]> map = [all …]
|