Searched refs:sAnnotations (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewDebug.java310 private static HashMap<AccessibleObject, ExportedProperty> sAnnotations; field in class:ViewDebug
914 if (sAnnotations == null) {
915 sAnnotations = new HashMap<AccessibleObject, ExportedProperty>(512);
934 sAnnotations.put(field, field.getAnnotation(ExportedProperty.class));
948 if (sAnnotations == null) {
949 sAnnotations = new HashMap<AccessibleObject, ExportedProperty>(512);
970 sAnnotations.put(method, method.getAnnotation(ExportedProperty.class));
1056 final ExportedProperty property = sAnnotations.get(method);
1130 final ExportedProperty property = sAnnotations.get(field);

Completed in 29 milliseconds